Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Tout Structures de données Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe ParagonIE_Sodium_Core_ChaCha20
+ Graphe d'héritage de ParagonIE_Sodium_Core_ChaCha20:

Fonctions membres publiques statiques

static rotate ($v, $n)
 
static stream ($len=64, $nonce='', $key='')
 
static ietfStream ($len, $nonce='', $key='')
 
static ietfStreamXorIc ($message, $nonce='', $key='', $ic='')
 
static streamXorIc ($message, $nonce='', $key='', $ic='')
 
- 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

- 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

◆ ietfStream()

static ietfStream (   $len,
  $nonce = '',
  $key = '' 
)
static

Références $key.

◆ ietfStreamXorIc()

static ietfStreamXorIc (   $message,
  $nonce = '',
  $key = '',
  $ic = '' 
)
static

◆ rotate()

static rotate (   $v,
  $n 
)
static

Bitwise left rotation

Références $n.

◆ stream()

static stream (   $len = 64,
  $nonce = '',
  $key = '' 
)
static

Références $key.

◆ streamXorIc()

static streamXorIc (   $message,
  $nonce = '',
  $key = '',
  $ic = '' 
)
static

Références $key, et $message.


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