A lightweight, dependency-free SHA-256 implementation.
npm install lenny-sha256-pluginbash
npm install lenny-sha256-plugin
`
Usage
`javascript
import { SHA256 } from 'lenny-sha256-plugin';
const hash = SHA256.hash("Hello World");
console.log(hash);
// Output: a591a6d40bf420404a011733cfb7b190d62c65bf0bcda32b57b277d9ad9f146e
``