Table of Contents

Class xxHash

Namespace
CodeStage.AntiCheat.Utils
Assembly
Build.dll

A little bit changed xxHashSharp implementation. Original Copyright (C) 2014, Seok-Ju, Yun. (https://github.com/noricube/xxHashSharp)

public static class xxHash
Inheritance
object
xxHash

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

buf byte[]
len int
seed uint

Returns

uint

CalculateHash(Stream, long, uint)

public static uint CalculateHash(Stream buf, long len, uint seed)

Parameters

buf Stream
len long
seed uint

Returns

uint