From 1c4ba32f4190c0a4b501077225762598ba9d4821 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 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 # -- cgit v1.2.3