crypto_hash_sha512_state

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

Members

Variables

buf
ubyte[128] buf;
Undocumented in source.
count
ulong[2] count;
Undocumented in source.
state
ulong[8] state;
Undocumented in source.

Meta