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