FnvDigest

abstract Fnv1 digest class

abstract
class FnvDigest : Digest {}

Members

Functions

ulongDigest
ulong ulongDigest()

Simply returns the digest as an ulong independently of the digest size and reset the internal state.

Inherited Members

From Digest

update
Digest update(const(void)[] data)

Processes data

binaryDigest
ubyte[] binaryDigest(ubyte[] buffer)

Computes the digest and resets the state

digestSize
uint digestSize()

Returns the size in bytes of the digest

hexDigest
char[] hexDigest(char[] buffer)

Computes the digest as a hex string and resets the state

Meta