UNPKG

blake3-wasm

Version:

BLAKE3 hashing for JavaScript: WebAssembly bindings only

6 lines (5 loc) 270 B
export * from '@c4312/blake3-internal'; export { deriveKey, hash, keyedHash } from './hash-fn'; export * from './hash-instance'; /** Loads the WebAssembly hashing code. This *must* be called before any hashing methods. */ export declare const load: () => Promise<void>;