<PackageReference Include="BouncyCastle.Cryptography" Version="2.6.1" />
Shorts
public static short RotateLeft(
short i,
int distance)
public static ushort RotateLeft(
ushort i,
int distance)
public static ushort RotateRight(
ushort i,
int distance)