secp256k1FeIsQuad static method

int secp256k1FeIsQuad(
  1. Secp256k1Fe a
)

Implementation

static int secp256k1FeIsQuad(Secp256k1Fe a) {
  Secp256k1Fe r = Secp256k1Fe();
  return secp256k1FeSqrt(r, a);
}