crypto_secretstream_xchacha20poly1305_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_secretstream_xchacha20poly1305_state {}

Members

Variables

_pad
ubyte[8] _pad;
Undocumented in source.
k
ubyte[crypto_stream_chacha20_ietf_KEYBYTES] k;
Undocumented in source.
nonce
ubyte[crypto_stream_chacha20_ietf_NONCEBYTES] nonce;
Undocumented in source.

Meta