You are here

8 calls to ParagonIE_Sodium_Core_Util::hashEquals() in Automatic Updates 8

ParagonIE_Sodium_Compat::crypto_pwhash_str_needs_rehash in vendor/paragonie/sodium_compat/src/Compat.php
Do we need to rehash this password?
ParagonIE_Sodium_Compat::crypto_scalarmult in vendor/paragonie/sodium_compat/src/Compat.php
Calculate the shared secret between your secret key and your recipient's public key.
ParagonIE_Sodium_Compat::crypto_scalarmult_base in vendor/paragonie/sodium_compat/src/Compat.php
Calculate an X25519 public key from an X25519 secret key.
ParagonIE_Sodium_Core_Util::memcmp in vendor/paragonie/sodium_compat/src/Core/Util.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core_Util::verify_16 in vendor/paragonie/sodium_compat/src/Core/Util.php
Compare a 16-character byte string in constant time.
ParagonIE_Sodium_Core_Util::verify_32 in vendor/paragonie/sodium_compat/src/Core/Util.php
Compare a 32-character byte string in constant time.
ParagonIE_Sodium_Crypto::auth_verify in vendor/paragonie/sodium_compat/src/Crypto.php
HMAC-SHA-512-256 validation. Constant-time via hash_equals().
ParagonIE_Sodium_Crypto::secretstream_xchacha20poly1305_pull in vendor/paragonie/sodium_compat/src/Crypto.php