Cache-timing-safe implementation of hex2bin().
ParagonIE_Sodium_Compat::crypto_stream_keygen
Return a secure random key for use with crypto_stream
ParagonIE_Sodium_Compat::crypto_stream
Expand a key and nonce into a keystream of pseudorandom bytes.
ParagonIE_Sodium_Compat::crypto_stream_xor
DANGER! UNAUTHENTICATED ENCRYPTION!
Advertisement
ParagonIE_Sodium_Compat::crypto_sign_ed25519_sk_to_curve25519
Convert an Ed25519 secret key to a Curve25519 secret key
ParagonIE_Sodium_Compat::crypto_sign_verify_detached
Verify the Ed25519 signature of a message.
ParagonIE_Sodium_Compat::crypto_sign_ed25519_pk_to_curve25519
Convert an Ed25519 public key to a Curve25519 public key
ParagonIE_Sodium_Compat::crypto_sign_detached
Calculate the Ed25519 signature of a message and return ONLY the signature.
Advertisement
ParagonIE_Sodium_Compat::crypto_sign_secretkey
Extract an Ed25519 secret key from an Ed25519 keypair.
ParagonIE_Sodium_Compat::crypto_sign_publickey_from_secretkey
Calculate an Ed25519 public key from an Ed25519 secret key.
ParagonIE_Sodium_Compat::crypto_sign_publickey
Extract an Ed25519 public key from an Ed25519 keypair.
ParagonIE_Sodium_Compat::crypto_sign_keypair_from_secretkey_and_publickey
Advertisement
ParagonIE_Sodium_Compat::crypto_sign_seed_keypair
Generate an Ed25519 keypair from a seed.
ParagonIE_Sodium_Compat::crypto_sign_open
Validates a signed message then returns the message.
ParagonIE_Sodium_Compat::crypto_sign_keypair
Generate a new random Ed25519 keypair.