diff options
author | Rob Austein <sra@hactrn.net> | 2017-09-15 10:58:05 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2017-09-15 10:58:05 -0400 |
commit | 238e33e53195385dac51e18fffd0f4511244c560 (patch) | |
tree | 8830d0c63d2f6e0fdf147ad5202be200f9018c9f /ks.h | |
parent | e7d47a38badbf8aadb51967956bd83f645d7f9d7 (diff) |
4096-bit RSA keys working again, with 8k keystore "blocks".
Diffstat (limited to 'ks.h')
-rw-r--r-- | ks.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ */ #ifndef HAL_KS_BLOCK_SIZE -#define HAL_KS_BLOCK_SIZE (4096) +#define HAL_KS_BLOCK_SIZE (4096 * 2) #endif /* |