sha512_state
version(LTC_SHA512)
extern (
C) nothrow
struct sha512_state {
}
Members
- buf
ubyte[128] buf;
Undocumented in source.
- curlen
c_ulong curlen;
Undocumented in source.
- length
ulong length;
Undocumented in source.
- state
ulong[8] state;
Undocumented in source.
tomcrypt hash
aliasesfunctionsstatic variablesstructsunions