From 678646d90aa50482936ee06b5a4d7bb00c156aab Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Wed, 13 Sep 2017 15:00:51 -0400 Subject: Add second modexp core for parallel CRT. --- config/core.cfg | 4 ++-- 1 file 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 -- cgit v1.2.3