Skip to content

Commit

Permalink
Remove secp256k1_fe_const_b
Browse files Browse the repository at this point in the history
It's last use was eliminated in bitcoin-core#1217.
roconnor-blockstream authored Apr 20, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent a6f4bcf commit d6be470
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/group_impl.h
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit d6be470

Please sign in to comment.