sodium ~master (2019-06-07T17:14:01Z)
Home
Dub
Repo
crypto_secretstream_xchacha20poly1305_state
deimos
sodium
crypto_secretstream_xchacha20poly1305
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
) @
nogc
nothrow
struct
crypto_secretstream_xchacha20poly1305_state {
ubyte
[
crypto_stream_chacha20_ietf_KEYBYTES
]
k
;
ubyte
[
crypto_stream_chacha20_ietf_NONCEBYTES
]
nonce
;
ubyte
[
8
]
_pad
;
}
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
Source
See Implementation
deimos
sodium
crypto_secretstream_xchacha20poly1305
aliases
crypto_secretstream_xchacha20poly1305_HEADERBYTES
crypto_secretstream_xchacha20poly1305_KEYBYTES
functions
crypto_secretstream_xchacha20poly1305_abytes
crypto_secretstream_xchacha20poly1305_headerbytes
crypto_secretstream_xchacha20poly1305_init_pull
crypto_secretstream_xchacha20poly1305_init_push
crypto_secretstream_xchacha20poly1305_keybytes
crypto_secretstream_xchacha20poly1305_keygen
crypto_secretstream_xchacha20poly1305_messagebytes_max
crypto_secretstream_xchacha20poly1305_pull
crypto_secretstream_xchacha20poly1305_push
crypto_secretstream_xchacha20poly1305_rekey
crypto_secretstream_xchacha20poly1305_statebytes
crypto_secretstream_xchacha20poly1305_tag_final
crypto_secretstream_xchacha20poly1305_tag_message
crypto_secretstream_xchacha20poly1305_tag_push
crypto_secretstream_xchacha20poly1305_tag_rekey
manifest constants
crypto_secretstream_xchacha20poly1305_ABYTES
crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX
structs
crypto_secretstream_xchacha20poly1305_state
variables
crypto_secretstream_xchacha20poly1305_TAG_FINAL
crypto_secretstream_xchacha20poly1305_TAG_MESSAGE
crypto_secretstream_xchacha20poly1305_TAG_PUSH
crypto_secretstream_xchacha20poly1305_TAG_REKEY