You are here

public static function ParagonIE_Sodium_Core_Curve25519::ge_precomp_0 in Automatic Updates 8

Same name and namespace in other branches
  1. 7 vendor/paragonie/sodium_compat/src/Core/Curve25519.php \ParagonIE_Sodium_Core_Curve25519::ge_precomp_0()

Return value

ParagonIE_Sodium_Core_Curve25519_Ge_Precomp

1 call to ParagonIE_Sodium_Core_Curve25519::ge_precomp_0()
ParagonIE_Sodium_Core_Curve25519::ge_select in vendor/paragonie/sodium_compat/src/Core/Curve25519.php
@internal You should not use this directly from another application

File

vendor/paragonie/sodium_compat/src/Core/Curve25519.php, line 1629

Class

ParagonIE_Sodium_Core_Curve25519
Class ParagonIE_Sodium_Core_Curve25519

Code

public static function ge_precomp_0() {
  return new ParagonIE_Sodium_Core_Curve25519_Ge_Precomp(self::fe_1(), self::fe_1(), self::fe_0());
}