ParagonIE_Sodium_Crypto::secretstream_xchacha20poly1305_init_pull
ParagonIE_Sodium_Crypto::secretstream_xchacha20poly1305_init_push
ParagonIE_Sodium_Crypto::secretbox_xchacha20poly1305_open
Decrypt a ciphertext generated via secretbox_xchacha20poly1305().
Advertisement
ParagonIE_Sodium_Crypto::secretbox_xchacha20poly1305
XChaCha20-Poly1305 authenticated symmetric-key encryption.
ParagonIE_Sodium_Crypto::secretbox_open
Decrypt a ciphertext generated via secretbox().
ParagonIE_Sodium_Crypto::secretbox
XSalsa20-Poly1305 authenticated symmetric-key encryption.
ParagonIE_Sodium_Crypto::scalarmult_throw_if_zero
This throws an Error if a zero public key was passed to the function.
Advertisement
ParagonIE_Sodium_Crypto::scalarmult_base
ECDH over Curve25519, using the basepoint.
ParagonIE_Sodium_Crypto::scalarmult
ECDH over Curve25519
ParagonIE_Sodium_Crypto::keyExchange
Libsodium’s crypto_kx().
ParagonIE_Sodium_Crypto::generichash_update
Update a hashing context for BLAKE2b with $message
Advertisement
ParagonIE_Sodium_Crypto::generichash_init_salt_personal
Initialize a hashing context for BLAKE2b.
ParagonIE_Sodium_Crypto::generichash_init
Initialize a hashing context for BLAKE2b.
ParagonIE_Sodium_Crypto::generichash_final
Finalize a BLAKE2b hashing context, returning the hash.