<PackageReference Include="BouncyCastle.Cryptography" Version="2.0.0" />
Longs
public static class Longs
public static ulong Reverse(
ulong i)
public static long RotateLeft(
long i,
int distance)
public static ulong RotateLeft(
ulong i,
int distance)