crypto_hash_sha256_state

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

Members

Variables

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

Meta