UNPKG

blake3

Version:

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

6 lines (5 loc) 182 B
export declare type BrowserEncoding = 'hex' | 'base64' | 'utf8'; /** * @hidden */ export declare const mustGetEncoder: (encoding: BrowserEncoding) => (data: Uint8Array) => string;