Blake2b implemented in WASM
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

14 lines
254 B

<!DOCTYPE html>
<html>
<head>
<title>Blake2b-WASM Demo</title>
</head>
<body>
<ol>
<li>Run `npm run demo` if you haven't</li>
<li>Reload this page</li>
<li>Open the console</li>
</ol>
<script src="bundle.js"></script>
</body>
</html>