Fnv1Generic.BinConvert

Endianness aware integer to byte array converter

Usage:

Fnv32.BinConvert bc;

ubyte[] binstr = bc(0xAFFE4711);

// binstr now is [0xAF, 0xFE, 0x47, 0x11]

Members

Aliases

BinString
alias BinString = ubyte[DIGEST_LENGTH]

Endianness aware integer to byte array converter

Functions

opCall
ubyte[] opCall(DigestType value)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

array
BinString array;
Undocumented in source.
value
DigestType value;
Undocumented in source.

Meta