mirror of
https://github.com/emn178/js-sha512.git
synced 2026-08-13 13:01:37 +08:00
Added support HMAC. #8
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
mocha.setup('bdd');
|
||||
</script>
|
||||
<script src="test.js"></script>
|
||||
<script src="hmac-test.js"></script>
|
||||
<script>
|
||||
mocha.checkLeaks();
|
||||
mocha.run();
|
||||
|
||||
Reference in New Issue
Block a user