7 references to HashSize
System.IO.Hashing (7)
System\IO\Hashing\XxHash64.cs (7)
48
: base(
HashSize
)
56
base(
HashSize
)
193
byte[] ret = new byte[
HashSize
];
214
if (destination.Length <
HashSize
)
222
bytesWritten =
HashSize
;
237
if (destination.Length <
HashSize
)
244
return
HashSize
;