diff options
Diffstat (limited to 'libtomcrypt/notes/tech0007.txt')
-rw-r--r-- | libtomcrypt/notes/tech0007.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libtomcrypt/notes/tech0007.txt b/libtomcrypt/notes/tech0007.txt new file mode 100644 index 0000000..149bd49 --- /dev/null +++ b/libtomcrypt/notes/tech0007.txt @@ -0,0 +1,5 @@ +Tech Note #7 +Quick building for testing with LTM + +EXTRALIBS=-ltommath CFLAGS="-g3 -DLTC_NO_ASM -DUSE_LTM -DLTM_DESC" make -j3 IGNORE_SPEED=1 test + |