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é
|
Fonctions membres publiques statiques | |
static | new64 ($high, $low) |
static | add364 ($x, $y, $z) |
static | xor64 (ParagonIE_Sodium_Core32_Int64 $x, ParagonIE_Sodium_Core32_Int64 $y) |
static | rotr64 (ParagonIE_Sodium_Core32_Int64 $x, $c) |
static | store64 (SplFixedArray $x, $i, ParagonIE_Sodium_Core32_Int64 $u) |
static | pseudoConstructor () |
static | G ($r, $i, $a, $b, $c, $d, SplFixedArray $v, SplFixedArray $m) |
static | update (SplFixedArray $ctx, SplFixedArray $p, $plen) |
static | init ( $key=null, $outlen=64, $salt=null, $personal=null) |
static | stringToSplFixedArray ($str='') |
static | stringToContext ($string) |
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) |
Champs de données | |
const | BLOCKBYTES = 128 |
const | OUTBYTES = 64 |
const | KEYBYTES = 64 |
Attributs publics statiques | |
static | $iv |
static | $sigma |
Fonctions membres protégées statiques | |
static | to64 ($num) |
static | add64 ($x, $y) |
static | context () |
static | compress (SplFixedArray $ctx, SplFixedArray $buf) |
Fonctions membres protégées statiques hérités de ParagonIE_Sodium_Core_Util | |
static | hash_update (&$hs, $data) |
Class ParagonIE_Sodium_Core_BLAKE2b
Based on the work of Devi Mandiri in devi/salt.
|
static |
|
staticprotected |
Adds two 64-bit integers together, returning their sum as a SplFixedArray containing two 32-bit integers (representing a 64-bit integer).
|
staticprotected |
|
staticprotected |
Returns a fresh BLAKE2 context.
Références $i.
|
static |
|
static |
Turn two 32-bit integers into a fixed array representing a 64-bit integer.
Références ParagonIE_Sodium_Core32_Int64\fromInts().
|
static |
This just sets the $iv static variable.
|
static |
|
static |
Références $i, et SplFixedArray\getSize().
|
static |
Creates an SplFixedArray containing other SplFixedArray elements, from a string (compatible with {init, update, final})
Références $i, et ParagonIE_Sodium_Core32_Int64\fromReverseString().
|
static |
Convert a string into an SplFixedArray of integers
Références SplFixedArray\fromArray().
|
staticprotected |
Convert an arbitrary number into an SplFixedArray of two 32-bit integers that represents a 64-bit integer.
|
static |
|
static |
Références ParagonIE_Sodium_Core32_Int64\xorInt64().
|
static |
|
static |
const BLOCKBYTES = 128 |
const KEYBYTES = 64 |
const OUTBYTES = 64 |