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