@lyo/sha1
v1.1.1
Published
Browser-compatible version of sha1
Downloads
6
Readme
@lyo/sha1
A browser-compatible version of sha1 built automatically with Lyo.
Usage
In a browser
<script src="https://cdn.jsdelivr.net/npm/@lyo/sha1"></script>
<script>
sha1(foo, bar);
</script>
In Node.js
# Install
npm i @lyo/sha1
const sha1 = require('@lyo/sha1')
sha1(foo, bar);
Disclaimer
This automated Lyo build may have not been properly tested, and is not guaranteed to work perfectly.
Use at your own risk