- cSHAKE method.
- KMAC method.
- alias methods without underscore like shake128, keccak512.

Changed
- throw error if input type is incorrect.
This commit is contained in:
Chen, Yi-Cyuan
2017-06-15 11:07:11 +08:00
parent 5d6193d7f2
commit e9084afbdf
14 changed files with 617 additions and 132 deletions
+2
View File
@@ -15,6 +15,8 @@
</script>
<script src="test.js"></script>
<script src="test-shake.js"></script>
<script src="test-cshake.js"></script>
<script src="test-kmac.js"></script>
<script>
mocha.checkLeaks();
mocha.run();