4 references to HashLengthInBytes
System.IO.Hashing (4)
System\IO\Hashing\XxHash3.cs (4)
35
public XxHash3(long seed) : base(
HashLengthInBytes
)
71
byte[] result = new byte[
HashLengthInBytes
];
82
/// <exception cref="ArgumentException"><paramref name="destination"/> is shorter than <see cref="
HashLengthInBytes
"/> (8 bytes).</exception>
111
bytesWritten =
HashLengthInBytes
;