7 references to HashSize
System.IO.Hashing (7)
System\IO\Hashing\XxHash64.cs (7)
48
: base(
HashSize
)
56
base(
HashSize
)
199
byte[] ret = new byte[
HashSize
];
220
if (destination.Length <
HashSize
)
228
bytesWritten =
HashSize
;
243
if (destination.Length <
HashSize
)
250
return
HashSize
;