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