Returns a signed message. You probably want crypto_sign_detached() instead, which only returns the signature.
ParagonIE_Sodium_Compat::crypto_shorthash_keygen
Return a secure random key for use with crypto_shorthash
ParagonIE_Sodium_Compat::crypto_secretstream_xchacha20poly1305_rekey
ParagonIE_Sodium_Compat::crypto_shorthash
Calculates a SipHash-2-4 hash of a message for a given key.
Advertisement
ParagonIE_Sodium_Compat::crypto_secretstream_xchacha20poly1305_keygen
ParagonIE_Sodium_Compat::crypto_secretstream_xchacha20poly1305_push
ParagonIE_Sodium_Compat::crypto_secretstream_xchacha20poly1305_pull
ParagonIE_Sodium_Compat::crypto_secretstream_xchacha20poly1305_init_pull
Advertisement
ParagonIE_Sodium_Compat::crypto_secretstream_xchacha20poly1305_init_push
ParagonIE_Sodium_Compat::crypto_secretbox_xchacha20poly1305
Authenticated symmetric-key encryption.
ParagonIE_Sodium_Compat::crypto_secretbox_xchacha20poly1305_open
Decrypts a message previously encrypted with crypto_secretbox_xchacha20poly1305().
ParagonIE_Sodium_Compat::crypto_secretbox_keygen
Return a secure random key for use with crypto_secretbox
Advertisement
ParagonIE_Sodium_Compat::crypto_secretbox_open
Decrypts a message previously encrypted with crypto_secretbox().
ParagonIE_Sodium_Compat::crypto_scalarmult_base
Calculate an X25519 public key from an X25519 secret key.
ParagonIE_Sodium_Compat::crypto_secretbox
Authenticated symmetric-key encryption.