[Cryptech-Commits] [staging/core/hash/sha1] 03/20: Adding README file in markdown format.

git at cryptech.is git at cryptech.is
Tue Mar 17 13:14:09 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 7d33c6b33785d4f0cf0c2fddadf8cac18d8cb5f1
Author: Joachim Strömbergson <joachim at secworks.se>
Date:   Fri Feb 21 19:52:03 2014 +0100

    Adding README file in markdown format.
---
 README.md | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..730ef3f
--- /dev/null
+++ b/README.md
@@ -0,0 +1,31 @@
+sha1
+====
+
+## Introduction ##
+Verilog implementation of the SHA-1 cryptgraphic hash function.
+The implementaion follows the specification in NIST FIPS 180-4.
+
+This core is based on the project at:
+https://github.com/secworks/sha1
+
+
+## Implementation details ##
+
+### Altera Cyclone IV GX ###
+Implementation using Altera Quartus-II 13.1 with a EP4CGX22CF19C6 device
+as target.
+* 10718 LEs
+* 3575 Regs
+* 103 MHz
+
+
+## TODO ##
+* Extensive functional verification in real HW.
+* Add Wishbone interface.
+* Documentation
+
+
+## Status ##
+***(2014-02-21):***
+
+Moved the core to Cryptech.



More information about the Commits mailing list