Verify a detached signature of a given message and public key.
ParagonIE_Sodium_Crypto::sign_open
Opens a signed message. If valid, returns the message.
ParagonIE_Sodium_Crypto::sign
Attached Ed25519 signature. (Returns a signed message.)
ParagonIE_Sodium_Crypto::secretstream_xchacha20poly1305_rekey
Advertisement
ParagonIE_Sodium_Crypto::sign_detached
Detached Ed25519 signature.
ParagonIE_Sodium_Crypto::secretstream_xchacha20poly1305_pull
ParagonIE_Sodium_Crypto::secretstream_xchacha20poly1305_init_pull
ParagonIE_Sodium_Crypto::secretstream_xchacha20poly1305_push
Advertisement
ParagonIE_Sodium_Crypto::secretstream_xchacha20poly1305_init_push
ParagonIE_Sodium_Crypto::secretbox_xchacha20poly1305
XChaCha20-Poly1305 authenticated symmetric-key encryption.
ParagonIE_Sodium_Crypto::secretbox_xchacha20poly1305_open
Decrypt a ciphertext generated via secretbox_xchacha20poly1305().
ParagonIE_Sodium_Crypto::secretbox_open
Decrypt a ciphertext generated via secretbox().
Advertisement
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.
ParagonIE_Sodium_Crypto::scalarmult_base
ECDH over Curve25519, using the basepoint.