From 21945dab1118388d3620a954b0393b9b79f23c39 Mon Sep 17 00:00:00 2001 From: Paul Selkirk Date: Thu, 23 Aug 2018 16:19:40 -0400 Subject: 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 # -- cgit v1.2.3