UNPKG

bsrp

Version:

Secure Remote Password Protocol (SRP-6a) Implementation

4 lines (3 loc) 204 B
import { BigInteger } from "jsbn"; export declare const bigIntegerToBigEndianBytes: (bi: BigInteger) => Uint8Array; export declare const bigEndianBytesToBigInteger: (byteArray: Uint8Array) => BigInteger;