diff options
author | Paul Selkirk <paul@psgd.org> | 2018-08-23 16:19:40 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2018-08-23 16:19:40 -0400 |
commit | 21945dab1118388d3620a954b0393b9b79f23c39 (patch) | |
tree | b17fe18e580b55b6409db63de51c7ac70d0394b6 | |
parent | cce47a9367701af12950a6b6dccb5a0a4da60709 (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 adce434..2194733 100644 --- a/config/core.cfg +++ b/config/core.cfg @@ -92,7 +92,7 @@ cores = mkmif trng sha1 sha1 sha1 sha256 sha256 sha256 sha512 sha512 sha512 aes [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 # |