UNPKG

multihashing-async

Version:
4 lines (3 loc) 83 B
export interface Digest { (data: Uint8Array): Promise<Uint8Array> | Uint8Array }