You are here

6 calls to ParagonIE_Sodium_Core_Util::verify_32() in Automatic Updates 8

ParagonIE_Sodium_Core32_Curve25519::fe_isnonzero in vendor/paragonie/sodium_compat/src/Core32/Curve25519.php
Returns 0 if this field element results in all NUL bytes.
ParagonIE_Sodium_Core32_Ed25519::verify_detached in vendor/paragonie/sodium_compat/src/Core32/Ed25519.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core_Curve25519::fe_isnonzero in vendor/paragonie/sodium_compat/src/Core/Curve25519.php
Returns 0 if this field element results in all NUL bytes.
ParagonIE_Sodium_Core_Ed25519::verify_detached in vendor/paragonie/sodium_compat/src/Core/Ed25519.php
@internal You should not use this directly from another application
ParagonIE_Sodium_File::verify in vendor/paragonie/sodium_compat/src/File.php
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::verify_core32 in vendor/paragonie/sodium_compat/src/File.php
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)