diff options
author | Rob Austein <sra@hactrn.net> | 2017-09-13 15:00:51 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2017-09-13 15:00:51 -0400 |
commit | 678646d90aa50482936ee06b5a4d7bb00c156aab (patch) | |
tree | c871ff8a5cee4357764b668ea3e881417afefa67 /config | |
parent | beed93d538322682e62453ad058371e406d7ee38 (diff) |
Add second modexp core for parallel CRT.
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 |