WPDev.one
Core Class

ParagonIE_Sodium_Core32_BLAKE2b

class ParagonIE_Sodium_Core32_BLAKE2b // Constructor: function Object() { [native code] }

Class ParagonIE_Sodium_Core_BLAKE2b

Methods 20 methods

Method / Return Description
new64()
ParagonIE_Sodium_Core32_Int64

Turn two 32-bit integers into a fixed array representing a 64-bit integer.

Parameters: $high: mixed, $low: mixed
to64()
ParagonIE_Sodium_Core32_Int64

Convert an arbitrary number into an SplFixedArray of two 32-bit integers

Parameters: $num: mixed
add64()
ParagonIE_Sodium_Core32_Int64

Adds two 64-bit integers together, returning their sum as a SplFixedArray

Parameters: $x: mixed, $y: mixed
add364()
ParagonIE_Sodium_Core32_Int64

No description available.

Parameters: $x: mixed, $y: mixed, $z: mixed
xor64()
ParagonIE_Sodium_Core32_Int64

No description available.

Parameters: $x: ParagonIE_Sodium_Core32_Int64, $y: ParagonIE_Sodium_Core32_Int64
rotr64()
ParagonIE_Sodium_Core32_Int64

No description available.

Parameters: $x: ParagonIE_Sodium_Core32_Int64, $c: mixed
load64()
ParagonIE_Sodium_Core32_Int64

No description available.

Parameters: $x: mixed, $i: mixed
store64()
void

No description available.

Parameters: $x: SplFixedArray, $i: mixed, $u: ParagonIE_Sodium_Core32_Int64
pseudoConstructor()
void

This just sets the $iv static variable.

context()
SplFixedArray

Returns a fresh BLAKE2 context.

compress()
void

No description available.

Parameters: $ctx: SplFixedArray, $buf: SplFixedArray
G()
SplFixedArray

No description available.

Parameters: $r: mixed, $i: mixed, $a: mixed, $b: mixed, $c: mixed, $d: mixed, $v: SplFixedArray, $m: SplFixedArray
increment_counter()
void

No description available.

Parameters: $ctx: mixed, $inc: mixed
update()
void

No description available.

Parameters: $ctx: SplFixedArray, $p: SplFixedArray, $plen: mixed
finish()
SplFixedArray

No description available.

Parameters: $ctx: SplFixedArray, $out: SplFixedArray
init()
SplFixedArray

No description available.

Parameters: $key: mixed, $outlen: mixed, $salt: mixed, $personal: mixed
stringToSplFixedArray()
SplFixedArray

Convert a string into an SplFixedArray of integers

Parameters: $str: mixed
SplFixedArrayToString()
string

Convert an SplFixedArray of integers into a string

Parameters: $a: SplFixedArray
contextToString()
string

No description available.

Parameters: $ctx: SplFixedArray
stringToContext()
SplFixedArray

Creates an SplFixedArray containing other SplFixedArray elements, from

Parameters: $string: mixed

Properties

Property / Type Description
$iv
mixed
public
No description available.
$sigma
mixed
public
No description available.

Class Information

Source File
wp-includes/sodium_compat/src/Core32/BLAKE2b.php
Advertisement