UNPKG

@swan-io/srp

Version:

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

4 lines (3 loc) 188 B
import { SRPInt } from "./SRPInt"; import { HashAlgorithm } from "./types"; export declare const hash: (hashAlgorithm: HashAlgorithm, ...input: (SRPInt | string)[]) => Promise<SRPInt>;