Skip to content

Commit

Permalink
remove unused base point precomputations
Browse files Browse the repository at this point in the history
  • Loading branch information
rdubois-crypto committed Jan 11, 2024
1 parent 124fd2c commit c3715de
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sage/FCL_ecdsa_precompute/FCL_ecdsa_precompute.sage
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ sec256p_n =0xFFFFFFFF00000000FFFFFFFFFFFFFFFFBCE6FAADA7179E84F3B9CAC2FC632551;
#//Init
secp256r1, G = Init_Curve(sec256p_p, sec256p_a, sec256p_b, sec256p_gx, sec256p_gy, sec256p_n);

#chain="";
#for i in [0..255]:
# px=print_setlength( (_G_POINT*i)[0], 64);
# py=print_setlength( (_G_POINT*i)[1], 64);
# print("\n -- \n px=", px, "\n py=",py );
# chain=chain+px+py;

#//example public point from webauthn.js
Q=secp256r1([C0,C1]);
Expand Down

0 comments on commit c3715de

Please sign in to comment.