UNPKG

@nightnetwork/obscura

Version:
4 lines (3 loc) 256 B
export declare function sha256(bytes: Uint8Array): Promise<Uint8Array<ArrayBuffer>>; export declare function deriveKey(input: string): Promise<Uint8Array<ArrayBuffer>>; export declare function rehashb64(b64input: string): Promise<Uint8Array<ArrayBuffer>>;