Home
last modified time | relevance | path

Searched defs:GetPointAtInfinity (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/private-join-and-compute/private_join_and_compute/py/crypto_util/
H A Delliptic_curve.py98 def GetPointAtInfinity(cls, group): member in ECPoint
264 def GetPointAtInfinity(self) -> ECPoint: member in EllipticCurve
/aosp_15_r20/external/private-join-and-compute/private_join_and_compute/crypto/
H A Dec_group.cc294 StatusOr<ECPoint> ECGroup::GetPointAtInfinity() const { in GetPointAtInfinity() function in private_join_and_compute::ECGroup