sha1_state

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(LTC_SHA1)
extern (C) nothrow
struct sha1_state {}

Members

Variables

buf
ubyte[64] buf;
Undocumented in source.
curlen
uint curlen;
Undocumented in source.
length
ulong length;
Undocumented in source.
state
uint[5] state;
Undocumented in source.

Meta