Sha1Builder

Undocumented in source.

Members

Functions

finish
Sha1 finish()
Undocumented in source. Be warned that the author may not have intended to support it.
put
void put(const(T)[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

BlockByteLength
enum BlockByteLength;
Undocumented in source.
HashByteLength
enum HashByteLength;
Undocumented in source.
InitialHash
enum InitialHash;
Undocumented in source.

Variables

K_0
enum uint K_0;
Undocumented in source.
K_1
enum uint K_1;
Undocumented in source.
K_2
enum uint K_2;
Undocumented in source.
K_3
enum uint K_3;
Undocumented in source.
blockIndex
ubyte blockIndex;
Undocumented in source.
currentHash
Sha1 currentHash;
Undocumented in source.
totalBlocksHashed
ulong totalBlocksHashed;
Undocumented in source.
unhashedBlock
ubyte[BlockByteLength] unhashedBlock;
Undocumented in source.

Meta