14 public static ulong
Crc32(ulong crc, ulong data)
16 return Crc32(crc, data);
27 public static uint
Crc32(uint crc,
byte data)
29 return Crc32(crc, data);
32 public static uint
Crc32(uint crc, ushort data)
34 return Crc32(crc, data);
37 public static uint
Crc32(uint crc, uint data)
39 return Crc32(crc, data);
static new bool IsSupported
static ulong Crc32(ulong crc, ulong data)
static uint Crc32(uint crc, byte data)
static new bool IsSupported
static Vector128< long > CompareGreaterThan(Vector128< long > left, Vector128< long > right)
static uint Crc32(uint crc, uint data)
static uint Crc32(uint crc, ushort data)