[Cryptech-Commits] [core/sha1] 01/01: There is an END to this, according to Paul.
git at cryptech.is
git at cryptech.is
Fri Dec 5 10:44:58 UTC 2014
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/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