[Cryptech-Commits] [core/platform/common] 04/04: Rebase js_keywrap from master

git at cryptech.is git at cryptech.is
Wed Jan 23 01:16:52 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 53b9b7b418c0b5e4ed531d84f8a234e88d9bfe80
Merge: 050237c 1655852
Author: Paul Selkirk <paul at psgd.org>
AuthorDate: Tue Jan 22 20:07:17 2019 -0500

    Rebase js_keywrap from master

 config/core.cfg | 4 ++++
 1 file changed, 4 insertions(+)

diff --cc config/core.cfg
index 70b86ab,67497e6..6520393
--- a/config/core.cfg
+++ b/config/core.cfg
@@@ -86,10 -86,14 +86,14 @@@ cores = sha256 aes trng modexp mkmi
  # 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
 -cores = mkmif trng sha1 sha1 sha1 sha256 sha256 sha256 sha512 sha512 sha512 aes aes aes modexp modexp modexp ecdsa256 ecdsa256 ecdsa256 ecdsa384 ecdsa384 ecdsa384
 +[project keywrap]
 +# for testing Joachim's keywrap core with RSA signing
 +cores = mkmif sha256 aes trng modexp modexp ecdsa256 ecdsa384 keywrap
  
+ [project keywrap]
+ # for testing Joachim's keywrap core with RSA signing
+ cores = mkmif sha256 aes trng modexp modexp ecdsa256 ecdsa384 keywrap
+ 
  # [core] sections
  #
  # vfiles: A list of Verilog files to include in the vfiles list when



More information about the Commits mailing list