Authenticated Encryption with Associated Data
ParagonIE_Sodium_Compat::crypto_aead_aes256gcm_keygen
Return a secure random key for use with the AES-256-GCM symmetric AEAD interface.
ParagonIE_Sodium_Compat::crypto_aead_chacha20poly1305_decrypt
Authenticated Encryption with Associated Data: Decryption
ParagonIE_Sodium_Compat::crypto_aead_aes256gcm_encrypt
Authenticated Encryption with Associated Data: Encryption
Advertisement
ParagonIE_Sodium_Compat::crypto_aead_aes256gcm_decrypt
Authenticated Encryption with Associated Data: Decryption
ParagonIE_Sodium_Compat::crypto_aead_aes256gcm_is_available
Is AES-256-GCM even available to use?
ParagonIE_Sodium_Compat::compare
Compare two strings, in constant-time.
ParagonIE_Sodium_Compat::bin2hex
Cache-timing-safe implementation of bin2hex().
Advertisement
ParagonIE_Sodium_Compat::bin2base64
ParagonIE_Sodium_Compat::add
Add two numbers (little-endian unsigned), storing the value in the first parameter.