You are here

17 calls to ParagonIE_Sodium_Core_Util::load_4() in Automatic Updates 8

ParagonIE_Sodium_Core32_Curve25519::fe_frombytes in vendor/paragonie/sodium_compat/src/Core32/Curve25519.php
Give: 32-byte string. Receive: A field element object to use for internal calculations.
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_Core_BLAKE2b::stringToContext in vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php
Creates an SplFixedArray containing other SplFixedArray elements, from a string (compatible with \Sodium\crypto_generichash_{init, update, final})
ParagonIE_Sodium_Core_ChaCha20::encryptBytes in vendor/paragonie/sodium_compat/src/Core/ChaCha20.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core_ChaCha20_Ctx::__construct in vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php
ParagonIE_Sodium_Core_ChaCha20_Ctx constructor.
ParagonIE_Sodium_Core_ChaCha20_IetfCtx::__construct in vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php
ParagonIE_Sodium_Core_ChaCha20_IetfCtx constructor.
ParagonIE_Sodium_Core_Curve25519::fe_frombytes in vendor/paragonie/sodium_compat/src/Core/Curve25519.php
Give: 32-byte string. Receive: A field element object to use for internal calculations.
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_HChaCha20::hChaCha20 in vendor/paragonie/sodium_compat/src/Core/HChaCha20.php
ParagonIE_Sodium_Core_HSalsa20::hsalsa20 in vendor/paragonie/sodium_compat/src/Core/HSalsa20.php
Calculate an hsalsa20 hash of a single block
ParagonIE_Sodium_Core_Poly1305_State::blocks 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::__construct in vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php
ParagonIE_Sodium_Core_Poly1305_State constructor.
ParagonIE_Sodium_Core_Salsa20::core_salsa20 in vendor/paragonie/sodium_compat/src/Core/Salsa20.php
Calculate an salsa20 hash of a single block
ParagonIE_Sodium_Core_SecretStream_State::fromString in vendor/paragonie/sodium_compat/src/Core/SecretStream/State.php
ParagonIE_Sodium_Core_SipHash::sipHash24 in vendor/paragonie/sodium_compat/src/Core/SipHash.php
Implements Siphash-2-4 using only 32-bit numbers.