libsodiumd ~master (2021-10-28T17:47:39.8483982)
Dub
Repo
crypto_aead_aes256gcm_MESSAGEBYTES_MAX
libsodium
crypto_aead_aes256gcm
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
)
enum
crypto_aead_aes256gcm_MESSAGEBYTES_MAX
=
SODIUM_MIN
(
SODIUM_SIZE_MAX
-
crypto_aead_aes256gcm_ABYTES
,
16UL
* ((
1UL
<<
32
) -
2UL
))
;
Meta
Source
See Source File
libsodium
crypto_aead_aes256gcm
aliases
crypto_aead_aes256gcm_state
functions
crypto_aead_aes256gcm_abytes
crypto_aead_aes256gcm_beforenm
crypto_aead_aes256gcm_decrypt
crypto_aead_aes256gcm_decrypt_afternm
crypto_aead_aes256gcm_decrypt_detached
crypto_aead_aes256gcm_decrypt_detached_afternm
crypto_aead_aes256gcm_encrypt
crypto_aead_aes256gcm_encrypt_afternm
crypto_aead_aes256gcm_encrypt_detached
crypto_aead_aes256gcm_encrypt_detached_afternm
crypto_aead_aes256gcm_is_available
crypto_aead_aes256gcm_keybytes
crypto_aead_aes256gcm_keygen
crypto_aead_aes256gcm_messagebytes_max
crypto_aead_aes256gcm_npubbytes
crypto_aead_aes256gcm_nsecbytes
crypto_aead_aes256gcm_statebytes
manifest constants
crypto_aead_aes256gcm_ABYTES
crypto_aead_aes256gcm_KEYBYTES
crypto_aead_aes256gcm_MESSAGEBYTES_MAX
crypto_aead_aes256gcm_NPUBBYTES
crypto_aead_aes256gcm_NSECBYTES
structs
crypto_aead_aes256gcm_state_