aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-09-09 22:27:37 +0000
committerlloyd <[email protected]>2008-09-09 22:27:37 +0000
commitc42143113c2b5dd5e04af4847ec48ef2c0e4e7d3 (patch)
tree49071c781fa6b27405f14bbcb03df72f51a5c5f6 /misc
parent57e8e85be6342b9495eb7ba9a3d96e508b984418 (diff)
Increase Karatsuba cutoffs from 12 to 32 words
Diffstat (limited to 'misc')
-rw-r--r--misc/config/buildh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/config/buildh.in b/misc/config/buildh.in
index df2942e3d..b0ffc87a1 100644
--- a/misc/config/buildh.in
+++ b/misc/config/buildh.in
@@ -31,8 +31,8 @@ Modules
#define BOTAN_MEM_POOL_CHUNK_SIZE 64*1024
#define BOTAN_PRIVATE_KEY_OP_BLINDING_BITS 64
-#define BOTAN_KARAT_MUL_THRESHOLD 12
-#define BOTAN_KARAT_SQR_THRESHOLD 12
+#define BOTAN_KARAT_MUL_THRESHOLD 32
+#define BOTAN_KARAT_SQR_THRESHOLD 32
#ifndef BOTAN_DLL
#define BOTAN_DLL @{var:dll_export_flags}