List of all items
Structs
- boxy::Box
- boxy::CryptoBox
- boxy::Keypair
- boxy::PublicKey
- boxy::SecretKey
- hash::HashType
- secretbox::Box
- secretbox::SecretKey
- sign::Keypair
- sign::PublicKey
- sign::SecretKey
- sign::Signature
- sign::SignedData
Functions
- get_random_bytes
- hash::hasher
- hash::raw_sha512
- onetimeauth::authenticate
- onetimeauth::poly1305::onetimeauth
- onetimeauth::poly1305::onetimeauth_verify
- onetimeauth::verify
- randombytes
- secretbox::key
- secretbox::xsalsa20poly1305::secretbox
- secretbox::xsalsa20poly1305::secretbox_open
- sign::signature
- sign::verify_signature
- stream::stream
- stream::stream_xor
- stream::xsalsa20::core_hsalsa20
- stream::xsalsa20::stream
- stream::xsalsa20::stream_xor
Type Aliases
- onetimeauth::poly1305::OnetimeauthHash
- onetimeauth::poly1305::OnetimeauthKey
- secretbox::xsalsa20poly1305::SecretboxKey
- secretbox::xsalsa20poly1305::SecretboxNonce
- stream::xsalsa20::StreamKey
- stream::xsalsa20::StreamNonce
Statics
Constants
- hash::LENGTH
- onetimeauth::poly1305::ONETIMEAUTH_HASH_LEN
- onetimeauth::poly1305::ONETIMEAUTH_KEY_LEN
- secretbox::xsalsa20poly1305::SECRETBOX_KEY_LEN
- secretbox::xsalsa20poly1305::SECRETBOX_NONCE_LEN
- sign::PUBLIC_KEY_BYTES
- sign::SECRET_KEY_BYTES
- sign::SIGNATURE_LENGTH
- sign::SIGN_BYTES
- stream::xsalsa20::STREAM_KEY_LEN
- stream::xsalsa20::STREAM_NONCE_LEN