StdHashNet

Undocumented in source.

Members

Functions

HMAC
immutable(Buffer) HMAC(const(ubyte[]) data)
Undocumented in source. Be warned that the author may not have intended to support it.
calcHash
Fingerprint calcHash(const(ubyte[]) data)
Undocumented in source. Be warned that the author may not have intended to support it.
calcHash
Fingerprint calcHash(const(Document) doc)
Undocumented in source. Be warned that the author may not have intended to support it.
hashSize
uint hashSize()
Undocumented in source. Be warned that the author may not have intended to support it.
multihash
string multihash()
Undocumented in source. Be warned that the author may not have intended to support it.
rawCalcHash
immutable(Buffer) rawCalcHash(const(ubyte[]) data)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

HASH_SIZE
enum HASH_SIZE;
Undocumented in source.
hashname
enum hashname;
Undocumented in source.

Inherited Members

From HashNet

hashSize
uint hashSize()
Undocumented in source.
calcHash
Fingerprint calcHash(const(B) data)
Undocumented in source. Be warned that the author may not have intended to support it.
rawCalcHash
immutable(Buffer) rawCalcHash(const(ubyte[]) data)
Undocumented in source.
HMAC
immutable(Buffer) HMAC(const(ubyte[]) data)
Undocumented in source.
calcHash
Fingerprint calcHash(const(Document) doc)
Undocumented in source.
calcHash
Fingerprint calcHash(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
multihash
string multihash()
Undocumented in source.

Meta