ParagonIE_Sodium_File::onetimeauth_verify_core32
One-time message authentication for 32-bit systems
ParagonIE_Sodium_File::secretbox_decrypt_core32
Decrypt a file (32-bit)
ParagonIE_Sodium_File::secretbox_encrypt_core32
Encrypt a file (32-bit)
Advertisement
ParagonIE_Sodium_File::sign_core32
Sign a file (rather than a string). Uses less memory than ParagonIE_Sodium_Compat::crypto_sign_detached(), but produces the same result. (32-bit)
ParagonIE_Sodium_File::verify_core32
Verify a file (rather than a string). Uses less memory than ParagonIE_Sodium_Compat::crypto_sign_verify_detached(), but produces the same result. (32-bit)
ParagonIE_Sodium_File::updateHashWithFile
Update a hash context with the contents of a file, without loading the entire file into memory.
ParagonIE_Sodium_File::onetimeauth_verify
Advertisement
ParagonIE_Sodium_File::secretbox_decrypt
Decrypt a file
ParagonIE_Sodium_File::secretbox_encrypt
Encrypt a file
ParagonIE_Sodium_File::box_encrypt
ParagonIE_Sodium_File::box_decrypt
Advertisement
ParagonIE_Sodium_File::verify
Verify a file (rather than a string). Uses less memory than ParagonIE_Sodium_Compat::crypto_sign_verify_detached(), but produces the same result.
ParagonIE_Sodium_File::secretbox_open
Seal a file (rather than a string). Uses less memory than ParagonIE_Sodium_Compat::crypto_secretbox_open(), but produces the same result.
ParagonIE_Sodium_File::sign
Sign a file (rather than a string). Uses less memory than ParagonIE_Sodium_Compat::crypto_sign_detached(), but produces the same result.