You are here

25 calls to ParagonIE_Sodium_Core_Util::intToChr() in Automatic Updates 7

ParagonIE_Sodium_Compat::crypto_sign_ed25519_sk_to_curve25519 in vendor/paragonie/sodium_compat/src/Compat.php
Convert an Ed25519 secret key to a Curve25519 secret key
ParagonIE_Sodium_Compat::increment in vendor/paragonie/sodium_compat/src/Compat.php
Increase a string (little endian)
ParagonIE_Sodium_Compat::pad in vendor/paragonie/sodium_compat/src/Compat.php
ParagonIE_Sodium_Core32_BLAKE2b::contextToString in vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core32_Curve25519::ge_p3_tobytes in vendor/paragonie/sodium_compat/src/Core32/Curve25519.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core32_Curve25519::ge_tobytes in vendor/paragonie/sodium_compat/src/Core32/Curve25519.php
Convert a group element to a byte string.
ParagonIE_Sodium_Core32_Ed25519::publickey_from_secretkey in vendor/paragonie/sodium_compat/src/Core32/Ed25519.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core32_Ed25519::sign_detached in vendor/paragonie/sodium_compat/src/Core32/Ed25519.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core32_Salsa20::salsa20 in vendor/paragonie/sodium_compat/src/Core32/Salsa20.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core32_Salsa20::salsa20_xor_ic in vendor/paragonie/sodium_compat/src/Core32/Salsa20.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core32_X25519::crypto_scalarmult_curve25519_ref10 in vendor/paragonie/sodium_compat/src/Core32/X25519.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core32_X25519::crypto_scalarmult_curve25519_ref10_base in vendor/paragonie/sodium_compat/src/Core32/X25519.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core_BLAKE2b::contextToString in vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core_Curve25519::ge_p3_tobytes in vendor/paragonie/sodium_compat/src/Core/Curve25519.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core_Curve25519::ge_tobytes in vendor/paragonie/sodium_compat/src/Core/Curve25519.php
Convert a group element to a byte string.
ParagonIE_Sodium_Core_Ed25519::publickey_from_secretkey in vendor/paragonie/sodium_compat/src/Core/Ed25519.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core_Ed25519::sign_detached in vendor/paragonie/sodium_compat/src/Core/Ed25519.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core_Salsa20::salsa20 in vendor/paragonie/sodium_compat/src/Core/Salsa20.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core_Salsa20::salsa20_xor_ic in vendor/paragonie/sodium_compat/src/Core/Salsa20.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core_Util::store64_le in vendor/paragonie/sodium_compat/src/Core/Util.php
Stores a 64-bit integer as an string, treating it as little-endian.
ParagonIE_Sodium_Core_X25519::crypto_scalarmult_curve25519_ref10 in vendor/paragonie/sodium_compat/src/Core/X25519.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core_X25519::crypto_scalarmult_curve25519_ref10_base in vendor/paragonie/sodium_compat/src/Core/X25519.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Crypto::secretstream_xchacha20poly1305_push in vendor/paragonie/sodium_compat/src/Crypto.php
ParagonIE_Sodium_File::sign in vendor/paragonie/sodium_compat/src/File.php
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::sign_core32 in vendor/paragonie/sodium_compat/src/File.php
Sign a file (rather than a string). Uses less memory than ParagonIE_Sodium_Compat::crypto_sign_detached(), but produces the same result. (32-bit)