5 references to HashLengthInBytes
System.IO.Hashing (5)
System\IO\Hashing\XxHash128.cs (5)
36
public XxHash128(long seed) : base(
HashLengthInBytes
)
42
private XxHash128(State state) : base(
HashLengthInBytes
)
82
byte[] result = new byte[
HashLengthInBytes
];
92
/// <exception cref="ArgumentException"><paramref name="destination"/> is shorter than <see cref="
HashLengthInBytes
"/> (16 bytes).</exception>
115
bytesWritten =
HashLengthInBytes
;