UNPKG

@push.rocks/smarthash

Version:

Cross-environment hash functions (SHA256 and MD5) for Node.js and browsers, with support for strings, streams, and files.

5 lines (3 loc) 124 B
import * as plugins from './nodehash.plugins.js'; export * from './nodehash.sha256.js'; export * from './nodehash.md5.js';