Update a hashing context for BLAKE2b with $message
ParagonIE_Sodium_Crypto32::generichash_init_salt_personal
Initialize a hashing context for BLAKE2b.
ParagonIE_Sodium_Crypto32::generichash_init
Initialize a hashing context for BLAKE2b.
ParagonIE_Sodium_Crypto32::generichash_final
Finalize a BLAKE2b hashing context, returning the hash.
Advertisement
ParagonIE_Sodium_Crypto32::generichash
Calculate a BLAKE2b hash.
ParagonIE_Sodium_Crypto32::box_open
Decrypt a message encrypted with box().
ParagonIE_Sodium_Crypto32::box_publickey_from_secretkey
ParagonIE_Sodium_Crypto32::box_publickey
Advertisement
ParagonIE_Sodium_Crypto32::box_secretkey
ParagonIE_Sodium_Crypto32::box_keypair_from_secretkey_and_publickey
ParagonIE_Sodium_Crypto32::box_seed_keypair
ParagonIE_Sodium_Crypto32::box_keypair
Advertisement
ParagonIE_Sodium_Crypto32::box_beforenm
Used by crypto_box() to get the crypto_secretbox() key.
ParagonIE_Sodium_Crypto32::box_seal_open
Opens a message encrypted via box_seal().
ParagonIE_Sodium_Crypto32::box_seal
X25519-XSalsa20-Poly1305 with one ephemeral X25519 keypair.