Skip to content

Commit

Permalink
Joye double-add ladder for short Weierstrass curves in co-Z arithmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
atrieu committed Feb 27, 2024
1 parent 8c2ee91 commit b09a612
Show file tree
Hide file tree
Showing 4 changed files with 1,887 additions and 3 deletions.
8 changes: 6 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,19 @@ EXCLUDED_VOFILES := $(filter $(EXCLUDE_PATTERN),$(VOFILES))
# add files to this list to prevent them from being built as final
# targets by the "lite" target
LITE_UNMADE_VOFILES := src/Curves/Weierstrass/AffineProofs.vo \
src/Curves/Weierstrass/Jacobian.vo \
src/Curves/Weierstrass/Jacobian/Jacobian.vo \
src/Curves/Weierstrass/Jacobian/CoZ.vo \
src/Curves/Weierstrass/Jacobian/ScalarMult.vo \
src/Curves/Weierstrass/Projective.vo \
src/Rewriter/RulesGood.vo \
src/Rewriter/All.vo \
$(PERFTESTING_VO) \
$(EXCLUDED_VO)
NOBIGMEM_UNMADE_VOFILES := \
src/Curves/Weierstrass/AffineProofs.vo \
src/Curves/Weierstrass/Jacobian.vo \
src/Curves/Weierstrass/Jacobian/Jacobian.vo \
src/Curves/Weierstrass/Jacobian/CoZ.vo \
src/Curves/Weierstrass/Jacobian/ScalarMult.vo \
src/Curves/Weierstrass/Projective.vo \
$(PERFTESTING_VO) \
$(EXCLUDED_VO)
Expand Down
Loading

0 comments on commit b09a612

Please sign in to comment.