Skip to content

Commit

Permalink
Remove montladder output tests
Browse files Browse the repository at this point in the history
Closes #1564
  • Loading branch information
andres-erbsen committed Mar 27, 2023
1 parent 7756345 commit c81f798
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 73 deletions.
9 changes: 0 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -144,15 +144,6 @@ OUTPUT_PREOUTS := \
Crypto.UnsaturatedSolinasHeuristics.Tests.get_possible_limbs \
Crypto.UnsaturatedSolinasHeuristics.Tests.get_balances

ifneq ($(SKIP_BEDROCK2),1)
OUTPUT_VOS += \
src/Bedrock/Group/ScalarMult/LadderStep.vo \
src/Bedrock/Group/ScalarMult/MontgomeryLadder.vo
OUTPUT_PREOUTS += \
Crypto.Bedrock.Group.ScalarMult.LadderStep.ladderstep_body \
Crypto.Bedrock.Group.ScalarMult.MontgomeryLadder.montladder_body
endif

CHECK_OUTPUTS := $(addprefix check-,$(OUTPUT_PREOUTS))
ACCEPT_OUTPUTS := $(addprefix accept-,$(OUTPUT_PREOUTS) fiat-amd64.test)

Expand Down

This file was deleted.

This file was deleted.

0 comments on commit c81f798

Please sign in to comment.