libsodiumd v0.1.0+1.0.18 (2019-08-09T07:05:39Z)
Dub
Repo
crypto_secretstream_xchacha20poly1305_state
libsodium
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.
@
nogc
nothrow extern (
C
)
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
libsodium
crypto_secretstream_xchacha20poly1305
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_HEADERBYTES
crypto_secretstream_xchacha20poly1305_KEYBYTES
crypto_secretstream_xchacha20poly1305_MESSAGEBYTES_MAX
crypto_secretstream_xchacha20poly1305_TAG_FINAL
crypto_secretstream_xchacha20poly1305_TAG_MESSAGE
crypto_secretstream_xchacha20poly1305_TAG_PUSH
crypto_secretstream_xchacha20poly1305_TAG_REKEY
structs
crypto_secretstream_xchacha20poly1305_state