Added support HMAC. #8

This commit is contained in:
Yi-Cyuan Chen
2017-11-19 11:51:50 +08:00
parent 094ce76c5a
commit 8a281c3bcb
9 changed files with 385 additions and 6 deletions
+1
View File
@@ -14,6 +14,7 @@
mocha.setup('bdd');
</script>
<script src="test.js"></script>
<script src="hmac-test.js"></script>
<script>
mocha.checkLeaks();
mocha.run();