whirlpool_state
version(LTC_WHIRLPOOL)
extern (
C) nothrow
struct whirlpool_state {
}
Members
- buf
ubyte[64] buf;
Undocumented in source.
- curlen
uint curlen;
Undocumented in source.
- length
ulong length;
Undocumented in source.
- state
ulong[8] state;
Undocumented in source.
tomcrypt hash
aliasesfunctionsstatic variablesstructsunions