README
sha512
JavaScript component to perform SHA512 hashing algorithm and the HMAC-SHA512.
Official documentation: http://cryptocoinjs.com/modules/crypto/sha512/
SHA 512 secure hashing algorithm
<script type="module">
import sha512 from 'https://cdn.skypack.dev/sha512';
</script>
JavaScript component to perform SHA512 hashing algorithm and the HMAC-SHA512.
Official documentation: http://cryptocoinjs.com/modules/crypto/sha512/