Skip to content

Commit

Permalink
Point Jasmin to common directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
xvzcf committed Dec 5, 2024
1 parent eef6f50 commit dfc4732
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ $(OUTPUT_FILE_NAME).so: $(OUTPUT_FILE_NAME).s

.PHONY: check-ct
check-ct: $(IMPLEMENTATION)/ml_dsa.jazz
$(JASMINCT) $^
env JASMINPATH="Common=$(COMMON)" $(JASMINCT) $^

.PHONY: check-sct
check-sct: $(IMPLEMENTATION)/ml_dsa.jazz
$(JASMINCT) --speculative $^
env JASMINPATH="Common=$(COMMON)" $(JASMINCT) --speculative $^

.PHONY: run-interpreter
run-interpreter: $(IMPLEMENTATION)/test/execute.jazz $(IMPLEMENTATION)/ml_dsa.jazz
$(JASMINC) $< | grep 'true'
$(JASMINC) $(JASMINC_FLAGS) $< | grep 'true'

# --------------------------------------------------------------------
bench.o: $(OUTPUT_FILE_NAME).s bench/bench.c bench/notrandombytes.c $(IMPLEMENTATION)/api.h
Expand Down

0 comments on commit dfc4732

Please sign in to comment.