diff options
| author | J08nY | 2023-10-08 20:57:24 +0200 |
|---|---|---|
| committer | J08nY | 2023-10-08 20:57:24 +0200 |
| commit | 1c2e383d8e8df323b4cebb302869fc15599961a0 (patch) | |
| tree | dfdfbf9a12acd1662cba56b46b30d8337ae81918 /test/Makefile | |
| parent | 71579306e7c63123426e5bda105e3ab850fbbb20 (diff) | |
| download | pyecsca-codegen-1c2e383d8e8df323b4cebb302869fc15599961a0.tar.gz pyecsca-codegen-1c2e383d8e8df323b4cebb302869fc15599961a0.tar.zst pyecsca-codegen-1c2e383d8e8df323b4cebb302869fc15599961a0.zip | |
Add fixed-base multipliers with precomputation.
Diffstat (limited to 'test/Makefile')
| -rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 4b8fc78..d13b487 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,3 +1,3 @@ test_bn: test_bn.c ../pyecsca/codegen/bn/bn.c - gcc -o $@ $^ -I ../pyecsca/codegen/ -I ../pyecsca/codegen/tommath/ -L ../pyecsca/codegen/tommath/ -l:libtommath-HOST.a
\ No newline at end of file + gcc -o $@ $^ -fsanitize=address -fsanitize=undefined -I ../pyecsca/codegen/ -I ../pyecsca/codegen/tommath/ -L ../pyecsca/codegen/tommath/ -l:libtommath-HOST.a
\ No newline at end of file |
