12 references to
System.IO.Hashing (12)
System\IO\Hashing\Crc32.cs (2)
38: base(Size) 43private Crc32(uint crc) : base(Size)
System\IO\Hashing\Crc64.cs (2)
37: base(Size) 42private Crc64(ulong crc) : base(Size)
System\IO\Hashing\XxHash128.cs (2)
36public XxHash128(long seed) : base(HashLengthInBytes) 42private XxHash128(State state) : base(HashLengthInBytes)
System\IO\Hashing\XxHash3.cs (2)
35public XxHash3(long seed) : base(HashLengthInBytes) 41private XxHash3(State state) : base(HashLengthInBytes)
System\IO\Hashing\XxHash32.cs (2)
48: base(HashSize) 56base(HashSize)
System\IO\Hashing\XxHash64.cs (2)
48: base(HashSize) 56base(HashSize)