You are here

13 calls to ParagonIE_Sodium_Core_Util::intArrayToString() in Automatic Updates 8

ParagonIE_Sodium_Compat::add in vendor/paragonie/sodium_compat/src/Compat.php
Add two numbers (little-endian unsigned), storing the value in the first parameter.
ParagonIE_Sodium_Core32_Curve25519::fe_tobytes in vendor/paragonie/sodium_compat/src/Core32/Curve25519.php
Convert a field element to a byte string.
ParagonIE_Sodium_Core32_Curve25519::sc_muladd in vendor/paragonie/sodium_compat/src/Core32/Curve25519.php
Calculates (ab + c) mod l where l = 2^252 + 27742317777372353535851937790883648493
ParagonIE_Sodium_Core32_Curve25519::sc_reduce in vendor/paragonie/sodium_compat/src/Core32/Curve25519.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core32_Poly1305_State::finish in vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core32_Poly1305_State::update in vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core_Curve25519::fe_tobytes in vendor/paragonie/sodium_compat/src/Core/Curve25519.php
Convert a field element to a byte string.
ParagonIE_Sodium_Core_Curve25519::sc_muladd in vendor/paragonie/sodium_compat/src/Core/Curve25519.php
Calculates (ab + c) mod l where l = 2^252 + 27742317777372353535851937790883648493
ParagonIE_Sodium_Core_Curve25519::sc_reduce in vendor/paragonie/sodium_compat/src/Core/Curve25519.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core_Poly1305_State::finish in vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core_Poly1305_State::update in vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Crypto::generichash in vendor/paragonie/sodium_compat/src/Crypto.php
Calculate a BLAKE2b hash.
ParagonIE_Sodium_Crypto::generichash_final in vendor/paragonie/sodium_compat/src/Crypto.php
Finalize a BLAKE2b hashing context, returning the hash.