diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/core.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/core.cfg b/config/core.cfg index 3b935c1..222a8e0 100644 --- a/config/core.cfg +++ b/config/core.cfg @@ -83,8 +83,8 @@ cores = mkmif cores = sha256 aes trng modexp [project hsm] -# make me one with everything -cores = sha1 sha256 sha512 aes trng modexp mkmif ecdsa256 ecdsa384 +# Make me one with everything, except we want two modexp cores for parallel CRT +cores = sha1 sha256 sha512 aes trng modexp modexp mkmif ecdsa256 ecdsa384 [project hsm-super] # super-size it |