crypto_generichash_blake2b_state

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

Members

Variables

buf
ubyte[2 * 128] buf;
Undocumented in source.
buflen
size_t buflen;
Undocumented in source.
f
ulong[2] f;
Undocumented in source.
h
ulong[8] h;
Undocumented in source.
last_node
ubyte last_node;
Undocumented in source.
t
ulong[2] t;
Undocumented in source.

Meta