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 D | elliptic_curve.py | 98 def GetPointAtInfinity(cls, group): member in ECPoint |
/aosp_15_r20/external/private-join-and-compute/private_join_and_compute/crypto/ | ||
H A D | ec_group.cc | 294 StatusOr<ECPoint> ECGroup::GetPointAtInfinity() const { in GetPointAtInfinity() function in private_join_and_compute::ECGroup |