[Cryptech-Commits] [core/hash/sha1] branch master updated: Removed obsolete defines.

git at cryptech.is git at cryptech.is
Fri Apr 27 13:38:17 UTC 2018


This is an automated email from the git hooks/post-receive script.

joachim at secworks.se pushed a commit to branch master
in repository core/hash/sha1.

The following commit(s) were added to refs/heads/master by this push:
     new 93802b8  Removed obsolete defines.
93802b8 is described below

commit 93802b80c67136a5f01192c17e3d1c8d2668d861
Author: Joachim Strömbergson <joachim at secworks.se>
AuthorDate: Fri Apr 27 15:38:09 2018 +0200

    Removed obsolete defines.
---
 src/rtl/sha1_w_mem.v | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/src/rtl/sha1_w_mem.v b/src/rtl/sha1_w_mem.v
index 2ba80f5..8a67485 100644
--- a/src/rtl/sha1_w_mem.v
+++ b/src/rtl/sha1_w_mem.v
@@ -52,15 +52,6 @@ module sha1_w_mem(
                  );
 
 
-  //----------------------------------------------------------------
-  // Internal constant and parameter definitions.
-  //----------------------------------------------------------------
-  parameter SHA1_ROUNDS = 79;
-
-  parameter CTRL_IDLE   = 1'b0;
-  parameter CTRL_UPDATE = 1'b1;
-
-
   //----------------------------------------------------------------
   // Registers including update variables and write enable.
   //----------------------------------------------------------------

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Commits mailing list