UNPKG

@nightnetwork/obscura

Version:
5 lines (4 loc) 256 B
export declare function bytesToHex(bytes: Uint8Array): string; export declare function bytesToBase64(bytes: Uint8Array): string; export declare function base64ToBytes(b64: string): Uint8Array; export declare function uuidToBytes(uuid: string): Uint8Array;