UNPKG

bsrp

Version:

Secure Remote Password Protocol (SRP-6a) Implementation

4 lines (3 loc) 119 B
import { BigInteger } from "jsbn"; export declare const prime: BigInteger; export declare const generator: BigInteger;