diff options
Diffstat (limited to 'bench/libtommath.h')
| -rw-r--r-- | bench/libtommath.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bench/libtommath.h b/bench/libtommath.h index 25da3ff..1867bdb 100644 --- a/bench/libtommath.h +++ b/bench/libtommath.h @@ -5,6 +5,8 @@ #include <stdint.h> #include <stdio.h> +#define BIGINT_LIBRARY "libtommath" + typedef mp_int z_t[1]; static z_t _0, _1, _a, _b; |
