Summery Summery
Turn two 32-bit integers into a fixed array representing a 64-bit integer.
Syntax Syntax
Parameters Parameters
- $high
-
(Required)
- $low
-
(Required)
Return Return
Source Source
File: wp-includes/sodium_compat/src/Core32/BLAKE2b.php
public static function new64($high, $low) { return ParagonIE_Sodium_Core32_Int64::fromInts($low, $high); }