UNPKG

@swan-io/srp

Version:

A modern SRP implementation for Node.js (v15+) and web browsers

4 lines (3 loc) 211 B
export declare const encodeUtf8: (input?: string | undefined) => Uint8Array; export declare const bufferToHex: (buffer: ArrayBuffer) => string; export declare const hexToBuffer: (hex: string) => ArrayBuffer;