aboutsummaryrefslogtreecommitdiff
path: root/ks.h
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2017-09-15 10:58:05 -0400
committerRob Austein <sra@hactrn.net>2017-09-15 10:58:05 -0400
commit238e33e53195385dac51e18fffd0f4511244c560 (patch)
tree8830d0c63d2f6e0fdf147ad5202be200f9018c9f /ks.h
parente7d47a38badbf8aadb51967956bd83f645d7f9d7 (diff)
4096-bit RSA keys working again, with 8k keystore "blocks".
Diffstat (limited to 'ks.h')
-rw-r--r--ks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ks.h b/ks.h
index b95216d..db857ac 100644
--- a/ks.h
+++ b/ks.h
@@ -46,7 +46,7 @@
*/
#ifndef HAL_KS_BLOCK_SIZE
-#define HAL_KS_BLOCK_SIZE (4096)
+#define HAL_KS_BLOCK_SIZE (4096 * 2)
#endif
/*