Digest

Message Digest.

Zeros contents means uninitialized digest.

Alias This

_bytes

Members

Functions

defined
bool defined()

Check if digest is defined.

empty
bool empty()

Check if digest is undefined.

fromMsgpack
void fromMsgpack(Unpacker unpacker)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Digest opBinary(Digest rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
bool opCast()

Check if digest is initialized.

toHash
hash_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.
toMsgpack
void toMsgpack(Packer packer)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString(bool abbreviated)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

numInts
enum numInts;
Undocumented in source.

Variables

_bytes
ubyte[numBytes] _bytes;

Data

_bytes
ubyte[numBytes] _bytes;
Undocumented in source.

See Also

Meta