You are here

public static function ParagonIE_Sodium_Core32_Curve25519::ge_p3_0 in Automatic Updates 8

Same name and namespace in other branches
  1. 7 vendor/paragonie/sodium_compat/src/Core32/Curve25519.php \ParagonIE_Sodium_Core32_Curve25519::ge_p3_0()

@internal You should not use this directly from another application

Return value

ParagonIE_Sodium_Core32_Curve25519_Ge_P3

Throws

SodiumException

TypeError

2 calls to ParagonIE_Sodium_Core32_Curve25519::ge_p3_0()
ParagonIE_Sodium_Core32_Curve25519::ge_mul_l in vendor/paragonie/sodium_compat/src/Core32/Curve25519.php
multiply by the order of the main subgroup l = 2^252+27742317777372353535851937790883648493
ParagonIE_Sodium_Core32_Curve25519::ge_scalarmult_base in vendor/paragonie/sodium_compat/src/Core32/Curve25519.php
@internal You should not use this directly from another application

File

vendor/paragonie/sodium_compat/src/Core32/Curve25519.php, line 1717

Class

ParagonIE_Sodium_Core32_Curve25519
Class ParagonIE_Sodium_Core32_Curve25519

Code

public static function ge_p3_0() {
  return new ParagonIE_Sodium_Core32_Curve25519_Ge_P3(self::fe_0(), self::fe_1(), self::fe_1(), self::fe_0());
}