[Cryptech-Commits] [core/platform/common] branch master updated: Add sha3 core
    git at cryptech.is 
    git at cryptech.is
       
    Mon Jun  7 19:09:40 UTC 2021
    
    
  
This is an automated email from the git hooks/post-receive script.
paul at psgd.org pushed a commit to branch master
in repository core/platform/common.
The following commit(s) were added to refs/heads/master by this push:
     new f868830  Add sha3 core
f868830 is described below
commit f868830915cfd40fefec7393b73db45bf4dfbbf1
Author: Paul Selkirk <paul at psgd.org>
AuthorDate: Mon Jun 7 15:08:39 2021 -0400
    Add sha3 core
---
 config/core.cfg | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/config/core.cfg b/config/core.cfg
index 64f9baa..9b2d3d3 100644
--- a/config/core.cfg
+++ b/config/core.cfg
@@ -63,7 +63,7 @@ cores =
 
 [project hash]
 # for testing just the SHA cores
-cores = sha1 sha256 sha512
+cores = sha1 sha256 sha512 sha3
 
 [project trng]
 # for testing just the True Random Number Generator
@@ -139,6 +139,14 @@ vfiles =
 	hash/sha512/src/rtl/sha512_k_constants.v
 	hash/sha512/src/rtl/sha512_w_mem.v
 
+[core sha3]
+module name = sha3_wrapper
+reset name = rst_n
+error wire = no
+vfiles =
+	hash/sha3/src/rtl/sha3_wrapper.v
+	hash/sha3/src/rtl/sha3.v
+
 [core trng]
 requires = chacha sha512
 core blocks = 16
-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
    
    
More information about the Commits
mailing list