[Cryptech-Commits] [core/platform/common] branch systolic_crt updated: Add second modexp core for parallel CRT.
git at cryptech.is
git at cryptech.is
Wed Sep 13 19:01:57 UTC 2017
This is an automated email from the git hooks/post-receive script.
sra at hactrn.net pushed a commit to branch systolic_crt
in repository core/platform/common.
The following commit(s) were added to refs/heads/systolic_crt by this push:
new 678646d Add second modexp core for parallel CRT.
678646d is described below
commit 678646d90aa50482936ee06b5a4d7bb00c156aab
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Wed Sep 13 15:00:51 2017 -0400
Add second modexp core for parallel CRT.
---
config/core.cfg | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config/core.cfg b/config/core.cfg
index 3b935c1..222a8e0 100644
--- a/config/core.cfg
+++ b/config/core.cfg
@@ -83,8 +83,8 @@ cores = mkmif
cores = sha256 aes trng modexp
[project hsm]
-# make me one with everything
-cores = sha1 sha256 sha512 aes trng modexp mkmif ecdsa256 ecdsa384
+# Make me one with everything, except we want two modexp cores for parallel CRT
+cores = sha1 sha256 sha512 aes trng modexp modexp mkmif ecdsa256 ecdsa384
[project hsm-super]
# super-size it
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Commits
mailing list