From b3c8ec8957d5eb4c319af9ab7baae96cb92cda6a Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Thu, 28 Jun 2018 20:01:50 -0400 Subject: Synthesize selectznz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4d891d425..f9d64ac83 100644 --- a/Makefile +++ b/Makefile @@ -488,7 +488,7 @@ standalone-haskell: $(STANDALONE:%=src/Experiments/NewPipeline/ExtractionHaskell standalone-ocaml: $(STANDALONE:%=src/Experiments/NewPipeline/ExtractionOCaml/%) UNSATURATED_SOLINAS_C_FILES := curve25519_64.c curve25519_32.c -FUNCTIONS_FOR_25519 := carry_mul carry_square carry_scmul121666 carry add sub opp to_bytes from_bytes +FUNCTIONS_FOR_25519 := carry_mul carry_square carry_scmul121666 carry add sub opp selectznz to_bytes from_bytes UNSATURATED_SOLINAS := src/Experiments/NewPipeline/ExtractionOCaml/unsaturated_solinas .PHONY: c-files c-files: $(UNSATURATED_SOLINAS_C_FILES) -- cgit v1.2.3