[Cryptech-Commits] [staging/core/hash/sha1] 19/20: There is an END to this, according to Paul.

git at cryptech.is git at cryptech.is
Tue Mar 17 13:14:25 UTC 2015


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

paul at psgd.org pushed a commit to branch master
in repository staging/core/hash/sha1.

commit 3907f50801410d38703e0dff2faa0b4897a21985
Author: Joachim Strömbergson <joachim at secworks.se>
Date:   Fri Dec 5 11:44:51 2014 +0100

    There is an END to this, according to Paul.
---
 src/rtl/sha1_core.v | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/rtl/sha1_core.v b/src/rtl/sha1_core.v
index 22f8cc2..78fe2b9 100644
--- a/src/rtl/sha1_core.v
+++ b/src/rtl/sha1_core.v
@@ -424,6 +424,7 @@ module sha1_core(
             digest_update = 1;
             sha1_ctrl_new = CTRL_DONE;
             sha1_ctrl_we  = 1;
+          end
 
         CTRL_DONE:
           begin



More information about the Commits mailing list