[Cryptech-Commits] [core/hash/sha256] branch master updated: Updated README with status info, note about the new SHA224 functionality and the changes to the API.
git at cryptech.is
git at cryptech.is
Tue May 31 12:07:34 UTC 2016
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/sha256.
The following commit(s) were added to refs/heads/master by this push:
new c894f78 Updated README with status info, note about the new SHA224 functionality and the changes to the API.
c894f78 is described below
commit c894f78a95a01351f277c3d36bcf6dced08798e2
Author: Joachim Strömbergson <joachim at secworks.se>
AuthorDate: Tue May 31 14:07:28 2016 +0200
Updated README with status info, note about the new SHA224 functionality and the changes to the API.
---
README.md | 21 ++++++++++++++++++---
1 file changed, 18 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 10150df..79f17f5 100644
--- a/README.md
+++ b/README.md
@@ -80,6 +80,24 @@ Implementation results using Altera Quartus-II 13.1.
## Status ##
+***(2016-05-31)***
+
+The core now supports both sha224 and sha256 modes. The default mode is
+sha256.
+
+NOTE: The mode bit is located in the ADDR_CTRL API register and this
+means that when writing to this register to start processing a block,
+care must be taken to set the mode bit to the intended mode. This means
+that old code that for example simply wrote 0x01 to initiate SHA256
+processing will now initiate SHA224 processing. Writing 0x05 will
+now initiate SHA256 processing.
+
+The API version has been bumped a major number to reflect this change.
+
+Regarding SHA224, it is up to the user to only read seven, not eight
+words from the digest registers. The core will update the LSW too.
+
+
***(2013-02-23)***
Cleanup, more results etc. Move all wmem update logic to a separate
@@ -108,6 +126,3 @@ The new implementation resources and performance:
**(2014-02-19)**
- The core has been added to the Cryptech repo. The core comes from
https://github.com/secworks/sha256
-
-
-
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Commits
mailing list