diff options
author | Paul Selkirk <paul@psgd.org> | 2020-02-18 19:41:41 -0500 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2020-02-18 19:48:27 -0500 |
commit | 16c9fbd9bc9ad432260fda7558415aedf64844d7 (patch) | |
tree | 5012add3bc12777f238b7ee09e571db27c57a0b3 /libraries/libtfm/Makefile | |
parent | e203f797dddfcd03419e7ac336a86a6186fce0c1 (diff) |
timing tests for RSA signingmodexpng
Diffstat (limited to 'libraries/libtfm/Makefile')
-rw-r--r-- | libraries/libtfm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/libtfm/Makefile b/libraries/libtfm/Makefile index 359729b..34b9314 100644 --- a/libraries/libtfm/Makefile +++ b/libraries/libtfm/Makefile @@ -5,7 +5,7 @@ # vpath %.c ${LIBTFM_SRC} # vpath %.h ${LIBTFM_SRC} -BITS := 8192 +BITS := 4096 HDR := ${LIBTFM_SRC}/tomsfastmath/src/headers/tfm.h LIB := tomsfastmath/libtfm.a |