Home
last modified time | relevance | path

Searched refs:IsPointAtInfinity (Results 1 – 4 of 4) sorted by relevance

/external/private-join-and-compute/private_join_and_compute/crypto/
Delgamal.cc89 return ciphertext.u.IsPointAtInfinity() && ciphertext.e.IsPointAtInfinity(); in IsCiphertextZero()
Dec_point.h70 bool IsPointAtInfinity() const;
Dshanks_discrete_log.cc92 if (current_state.IsPointAtInfinity()) { in GetDiscreteLog()
Dec_point.cc113 bool ECPoint::IsPointAtInfinity() const { in IsPointAtInfinity() function in private_join_and_compute::ECPoint