diff options
author | Paul Selkirk <paul@psgd.org> | 2018-08-23 16:19:40 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2019-01-22 20:04:27 -0500 |
commit | 1c4ba32f4190c0a4b501077225762598ba9d4821 (patch) | |
tree | db3ac18a99cecf183bdc2aea09c78a6fad0ffb97 | |
parent | 3ec87a9a5f101099249496be576c6fb8f0d283a5 (diff) |
core.cfg [project keywrap]:
We want two modexp cores for parallel CRT (and we fail badly if we don't get them).
Also add ecdsa cores, so we can meaningfully compare results vs stock bitstream.
-rw-r--r-- | config/core.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/core.cfg b/config/core.cfg index 8a7d252..12362c6 100644 --- a/config/core.cfg +++ b/config/core.cfg @@ -88,7 +88,7 @@ cores = sha1 sha256 sha512 aes trng modexp modexp mkmif ecdsa256 ecdsa384 [project keywrap] # for testing Joachim's keywrap core with RSA signing -cores = mkmif sha256 aes trng modexp keywrap +cores = mkmif sha256 aes trng modexp modexp ecdsa256 ecdsa384 keywrap # [core] sections # |