UNPKG

blake3

Version:

BLAKE3 hashing for JavaScript: native Node bindings (where available) and WebAssembly

4 lines (3 loc) 103 B
export { hash, HashInput } from './hash-fn'; export * from './hash-instance'; export * from '../base';