WPDev.one
Core Class

ParagonIE_Sodium_Core32_Int32

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

Class ParagonIE_Sodium_Core32_Int32

Methods 31 methods

Method / Return Description
__construct()
void

ParagonIE_Sodium_Core32_Int32 constructor.

Parameters: $array: mixed, $unsignedInt: mixed
addInt32()
ParagonIE_Sodium_Core32_Int32

Adds two int32 objects

Parameters: $addend: ParagonIE_Sodium_Core32_Int32
addInt()
ParagonIE_Sodium_Core32_Int32

Adds a normal integer to an int32 object

Parameters: $int: mixed
compareInt()
int

No description available.

Parameters: $b: mixed
mask()
ParagonIE_Sodium_Core32_Int32

No description available.

Parameters: $m: mixed
multiplyLong()
array<int,

No description available.

Parameters: $a: array, $b: array, $baseLog2: mixed
mulIntFast()
ParagonIE_Sodium_Core32_Int32

No description available.

Parameters: $int: mixed
mulInt32Fast()
ParagonIE_Sodium_Core32_Int32

No description available.

Parameters: $right: ParagonIE_Sodium_Core32_Int32
mulInt()
ParagonIE_Sodium_Core32_Int32

No description available.

Parameters: $int: mixed, $size: mixed
mulInt32()
ParagonIE_Sodium_Core32_Int32

No description available.

Parameters: $int: ParagonIE_Sodium_Core32_Int32, $size: mixed
orInt32()
ParagonIE_Sodium_Core32_Int32

OR this 32-bit integer with another.

Parameters: $b: ParagonIE_Sodium_Core32_Int32
isGreaterThan()
bool

No description available.

Parameters: $b: mixed
isLessThanInt()
bool

No description available.

Parameters: $b: mixed
rotateLeft()
ParagonIE_Sodium_Core32_Int32

No description available.

Parameters: $c: mixed
rotateRight()
ParagonIE_Sodium_Core32_Int32

Rotate to the right

Parameters: $c: mixed
setUnsignedInt()
self

No description available.

Parameters: $bool: mixed
shiftLeft()
ParagonIE_Sodium_Core32_Int32

No description available.

Parameters: $c: mixed
shiftRight()
ParagonIE_Sodium_Core32_Int32

No description available.

Parameters: $c: mixed
subInt()
ParagonIE_Sodium_Core32_Int32

Subtract a normal integer from an int32 object.

Parameters: $int: mixed
subInt32()
ParagonIE_Sodium_Core32_Int32

Subtract two int32 objects from each other

Parameters: $b: ParagonIE_Sodium_Core32_Int32
xorInt32()
ParagonIE_Sodium_Core32_Int32

XOR this 32-bit integer with another.

Parameters: $b: ParagonIE_Sodium_Core32_Int32
fromInt()
self

No description available.

Parameters: $signed: mixed
fromString()
self

No description available.

Parameters: $string: mixed
fromReverseString()
self

No description available.

Parameters: $string: mixed
toArray()
array<int,

No description available.

toString()
string

No description available.

toInt()
int

No description available.

toInt32()
ParagonIE_Sodium_Core32_Int32

No description available.

toInt64()
ParagonIE_Sodium_Core32_Int64

No description available.

toReverseString()
string

No description available.

__toString()
string

No description available.

Properties

Property / Type Description
$limbs
mixed
public
No description available.
$overflow
mixed
public
No description available.
$unsignedInt
mixed
public
No description available.

Class Information

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