Skip to content

Commit

Permalink
Update TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bMacSwigg authored and andres-erbsen committed Sep 9, 2023
1 parent 26eba55 commit e1bf093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bedrock/End2End/X25519/EdwardsXYZT.v
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Definition add_precomputed := func! (ox, oy, oz, ot, X1, Y1, Z1, T1, ypx2, ymx2,
}.

(* Equivalent of m1double in src/Curves/Edwards/XYZT/Basic.v *)
(* TODO: T is unused..? *)
(* Note: T is unused, but leaving in place in case we want to switch to a point struct in the future *)
Definition double := func! (ox, oy, oz, ot, X, Y, Z, T) {
stackalloc 40 as trX;
fe25519_square(trX, X);
Expand Down

0 comments on commit e1bf093

Please sign in to comment.