Home
last modified time | relevance | path

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

/aosp_15_r20/external/private-join-and-compute/private_join_and_compute/crypto/
H A Dec_group.cc239 bool ECGroup::IsAtInfinity(const ECPoint& point) const { in IsAtInfinity() function in private_join_and_compute::ECGroup
/aosp_15_r20/external/private-join-and-compute/private_join_and_compute/py/crypto_util/
H A Delliptic_curve.py180 def IsAtInfinity(self) -> bool: member in ECPoint