diff options
author | Paul Selkirk <paul@psgd.org> | 2017-01-19 17:39:14 -0500 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2017-01-19 17:39:14 -0500 |
commit | 2717c9a02c6c6c7ee53d98036a64b6dd61c08101 (patch) | |
tree | 83fb190c60f2e041ded763557ab5a83cd76b343e | |
parent | 8fd190d498cc68a8b51b4141c1ed6f12ef2ec2dd (diff) |
split [project hsm]
-rw-r--r-- | config/core.cfg | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/core.cfg b/config/core.cfg index 48e92ff..62fb93a 100644 --- a/config/core.cfg +++ b/config/core.cfg @@ -84,7 +84,9 @@ cores = sha256 aes trng modexp [project hsm] # make me one with everything -#cores = sha1 sha256 sha512 aes trng modexp +cores = sha1 sha256 sha512 aes trng modexp mkmif + +[project hsm-super] # super-size it cores = mkmif trng sha1 sha1 sha1 sha256 sha256 sha256 sha512 sha512 sha512 aes aes aes modexp modexp modexp |