mirror of
https://github.com/emn178/js-sha3.git
synced 2026-08-12 19:41:36 +08:00
Added
- cSHAKE method. - KMAC method. - alias methods without underscore like shake128, keccak512. Changed - throw error if input type is incorrect.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user