WPDev.one
Core Class

ParagonIE_Sodium_Core32_Int64

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

Class ParagonIE_Sodium_Core32_Int64

Methods 33 methods

Method / Return Description
__construct()
void

ParagonIE_Sodium_Core32_Int64 constructor.

Parameters: $array: mixed, $unsignedInt: mixed
addInt64()
ParagonIE_Sodium_Core32_Int64

Adds two int64 objects

Parameters: $addend: ParagonIE_Sodium_Core32_Int64
addInt()
ParagonIE_Sodium_Core32_Int64

Adds a normal integer to an int64 object

Parameters: $int: mixed
compareInt()
int

No description available.

Parameters: $b: mixed
isGreaterThan()
bool

No description available.

Parameters: $b: mixed
isLessThanInt()
bool

No description available.

Parameters: $b: mixed
mask64()
ParagonIE_Sodium_Core32_Int64

No description available.

Parameters: $hi: mixed, $lo: mixed
mulInt()
ParagonIE_Sodium_Core32_Int64

No description available.

Parameters: $int: mixed, $size: mixed
ctSelect()
array<int,

No description available.

Parameters: $A: ParagonIE_Sodium_Core32_Int64, $B: ParagonIE_Sodium_Core32_Int64
multiplyLong()
array<int,

No description available.

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

No description available.

Parameters: $int: mixed
mulInt64Fast()
ParagonIE_Sodium_Core32_Int64

No description available.

Parameters: $right: ParagonIE_Sodium_Core32_Int64
mulInt64()
ParagonIE_Sodium_Core32_Int64

No description available.

Parameters: $int: ParagonIE_Sodium_Core32_Int64, $size: mixed
orInt64()
ParagonIE_Sodium_Core32_Int64

OR this 64-bit integer with another.

Parameters: $b: ParagonIE_Sodium_Core32_Int64
rotateLeft()
ParagonIE_Sodium_Core32_Int64

No description available.

Parameters: $c: mixed
rotateRight()
ParagonIE_Sodium_Core32_Int64

Rotate to the right

Parameters: $c: mixed
shiftLeft()
ParagonIE_Sodium_Core32_Int64

No description available.

Parameters: $c: mixed
shiftRight()
ParagonIE_Sodium_Core32_Int64

No description available.

Parameters: $c: mixed
subInt()
ParagonIE_Sodium_Core32_Int64

Subtract a normal integer from an int64 object.

Parameters: $int: mixed
subInt64()
ParagonIE_Sodium_Core32_Int64

The difference between two Int64 objects.

Parameters: $b: ParagonIE_Sodium_Core32_Int64
xorInt64()
ParagonIE_Sodium_Core32_Int64

XOR this 64-bit integer with another.

Parameters: $b: ParagonIE_Sodium_Core32_Int64
fromInts()
self

No description available.

Parameters: $low: mixed, $high: mixed
fromInt()
self

No description available.

Parameters: $low: mixed
toInt()
int

No description available.

fromString()
self

No description available.

Parameters: $string: mixed
fromReverseString()
self

No description available.

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

No description available.

toInt32()
ParagonIE_Sodium_Core32_Int32

No description available.

toInt64()
ParagonIE_Sodium_Core32_Int64

No description available.

setUnsignedInt()
self

No description available.

Parameters: $bool: mixed
toString()
string

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/Int64.php
Advertisement