ParagonIE_Sodium_File
Methods
1 to 5 of 5
- ParagonIE_Sodium_File::onetimeauth_verify_core32() – One-time message authentication for 32-bit systems
- 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.
- ParagonIE_Sodium_File::updateHashWithFile() – Update a hash context with the contents of a file, without loading the entire file into memory.
- 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::verify() – Verify a file (rather than a string). Uses less memory than ParagonIE_Sodium_Compat::crypto_sign_verify_detached(), but produces the same result.