[Cryptech-Commits] [core/platform/common] 01/02: 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.

git at cryptech.is git at cryptech.is
Tue Sep 11 23:07:00 UTC 2018


This is an automated email from the git hooks/post-receive script.

paul at psgd.org pushed a commit to branch js_keywrap
in repository core/platform/common.

commit 21945dab1118388d3620a954b0393b9b79f23c39
Author: Paul Selkirk <paul at psgd.org>
AuthorDate: Thu Aug 23 16:19:40 2018 -0400

    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.
---
 config/core.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 #



More information about the Commits mailing list