ParagonIE_Sodium_Core32_BLAKE2b::new64()
Turn two 32-bit integers into a fixed array representing a 64-bit integer.
{} Это метод класса: ParagonIE_Sodium_Core32_BLAKE2b{}
Хуков нет.
Возвращает
ParagonIE_Sodium_Core32_Int64
.
Использование
$result = ParagonIE_Sodium_Core32_BLAKE2b::new64( $high, $low );
- $high(int) (обязательный)
- -
- $low(int) (обязательный)
- -
Код ParagonIE_Sodium_Core32_BLAKE2b::new64() ParagonIE Sodium Core32 BLAKE2b::new64 WP 6.0
public static function new64($high, $low) { return ParagonIE_Sodium_Core32_Int64::fromInts($low, $high); }