ECDH over Curve25519
ParagonIE_Sodium_Crypto::keyExchange
Libsodium’s crypto_kx().
ParagonIE_Sodium_Crypto::generichash_init_salt_personal
Initialize a hashing context for BLAKE2b.
ParagonIE_Sodium_Crypto::generichash_update
Update a hashing context for BLAKE2b with $message
Advertisement
ParagonIE_Sodium_Crypto::generichash_init
Initialize a hashing context for BLAKE2b.
ParagonIE_Sodium_Crypto::generichash
Calculate a BLAKE2b hash.
ParagonIE_Sodium_Crypto::generichash_final
Finalize a BLAKE2b hashing context, returning the hash.
ParagonIE_Sodium_Crypto::box_open
Decrypt a message encrypted with box().
Advertisement
ParagonIE_Sodium_Crypto::box_publickey_from_secretkey
ParagonIE_Sodium_Crypto::box_publickey
ParagonIE_Sodium_Crypto::box_keypair_from_secretkey_and_publickey
ParagonIE_Sodium_Crypto::box_secretkey
Advertisement
ParagonIE_Sodium_Crypto::box_seed_keypair
ParagonIE_Sodium_Crypto::box_beforenm
Used by crypto_box() to get the crypto_secretbox() key.