5 references to HashLengthInBytes
System.IO.Hashing (5)
System\IO\Hashing\XxHash3.cs (5)
35
public XxHash3(long seed) : base(
HashLengthInBytes
)
41
private XxHash3(State state) : base(
HashLengthInBytes
)
81
byte[] result = new byte[
HashLengthInBytes
];
92
/// <exception cref="ArgumentException"><paramref name="destination"/> is shorter than <see cref="
HashLengthInBytes
"/> (8 bytes).</exception>
121
bytesWritten =
HashLengthInBytes
;