Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe ParagonIE_Sodium_Core_HSalsa20
+ Graphe d'héritage de ParagonIE_Sodium_Core_HSalsa20:

Fonctions membres publiques statiques

static hsalsa20 ($in, $k, $c=null)
 
- Fonctions membres publiques statiques hérités de ParagonIE_Sodium_Core_Salsa20
static core_salsa20 ($in, $k, $c=null)
 
static salsa20 ($len, $nonce, $key)
 
static salsa20_xor_ic ($m, $n, $ic, $k)
 
static salsa20_xor ($message, $nonce, $key)
 
static rotate ($u, $c)
 
- Fonctions membres publiques statiques hérités de ParagonIE_Sodium_Core_Util
static compare ($left, $right, $len=null)
 
static declareScalarType (&$mixedVar=null, $type='void', $argumentIndex=0)
 
static intToChr ($int)
 
static memcmp ($left, $right)
 
static strlen ($str)
 
static substr ($str, $start=0, $length=null)
 
static verify_16 ($a, $b)
 
static verify_32 ($a, $b)
 
static xorStrings ($a, $b)
 

Membres hérités additionnels

- Champs de données hérités de ParagonIE_Sodium_Core_Salsa20
const ROUNDS = 20
 
- Fonctions membres protégées statiques hérités de ParagonIE_Sodium_Core_Util
static hash_update (&$hs, $data)
 

Description détaillée

Documentation des fonctions membres

◆ hsalsa20()

static hsalsa20 (   $in,
  $k,
  $c = null 
)
static

Calculate an hsalsa20 hash of a single block

HSalsa20 doesn't have a counter and will never be used for more than one block (used to derive a subkey for xsalsa20).

Références $c, $i, et null.

Référencé par ParagonIE_Sodium_Crypto\box_beforenm().


La documentation de cette classe a été générée à partir du fichier suivant :