From 5b98646af97fb6d9bad429504ceb53ac71108f03 Mon Sep 17 00:00:00 2001 From: hoguchi live Date: Sun, 28 Nov 2021 19:28:57 +0100 Subject: [PATCH] test --- CRS.git/compile.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CRS.git/compile.sh b/CRS.git/compile.sh index 1ba1fa4..6f1a74d 100755 --- a/CRS.git/compile.sh +++ b/CRS.git/compile.sh @@ -2,3 +2,5 @@ gcc EllipticCurves/memory.c \ EllipticCurves/models.c \ main.c \ -lgmp -lflint -o main && ./main + +# TEST