Get rid of secp256k1_fe_const_b

This commit is contained in:
Pieter Wuille
2023-04-20 16:07:35 -04:00
parent a6f4bcf6e1
commit 69e1ec0331
2 changed files with 1 additions and 3 deletions

View File

@@ -73,8 +73,6 @@ static const secp256k1_ge secp256k1_ge_const_g = SECP256K1_G;
#endif
/* End of section generated by sage/gen_exhaustive_groups.sage. */
static const secp256k1_fe secp256k1_fe_const_b = SECP256K1_FE_CONST(0, 0, 0, 0, 0, 0, 0, SECP256K1_B);
static void secp256k1_ge_set_gej_zinv(secp256k1_ge *r, const secp256k1_gej *a, const secp256k1_fe *zi) {
secp256k1_fe zi2;
secp256k1_fe zi3;