[Cryptech-Commits] [core/platform/common] 02/04: 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
Wed Jan 23 01:16:50 UTC 2019


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 1c4ba32f4190c0a4b501077225762598ba9d4821
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 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
 #



More information about the Commits mailing list