UNPKG

yescrypt-wasm

Version:
5 lines (4 loc) 286 B
export declare function bytesToBase64(bytes: Uint8Array): string; export declare function base64ToBytes(base64: string): Uint8Array<ArrayBuffer>; export declare function bytesToHex(bytes: Uint8Array): string; export declare function hexToBytes(hexStr: string): Uint8Array<ArrayBuffer>;