* Implement NIST's May 2014 SHA-3 version.

* Rename original methods to keccak.
This commit is contained in:
Chen Yi-Cyuan
2015-04-04 22:04:00 +08:00
parent e686ac6177
commit 1fa1812d86
13 changed files with 380 additions and 92 deletions
+5
View File
@@ -1,3 +1,8 @@
# v0.2.0 / 2015-04-04
* Implement NIST's May 2014 SHA-3 version.
* Rename original methods to keccak.
# v0.1.2 / 2015-02-27
* Improve performance.