Class xxHash
A little bit changed xxHashSharp implementation. Original Copyright (C) 2014, Seok-Ju, Yun. (https://github.com/noricube/xxHashSharp)
public static class xxHash
- Inheritance
-
objectxxHash
Remarks
Not intended for usage from user code, touch at your peril since API can change and break backwards compatibility!
Methods
CalculateHash(byte[], int, uint)
public static uint CalculateHash(byte[] buf, int len, uint seed)
Parameters
bufbyte[]lenintseeduint
Returns
- uint
CalculateHash(Stream, long, uint)
public static uint CalculateHash(Stream buf, long len, uint seed)
Parameters
bufStreamlenlongseeduint
Returns
- uint