bigint-crypto-utils/types/index.d.ts

7 lines
385 B
TypeScript

export { abs, bitLength, eGcd, gcd, lcm, max, min, modInv, modPow, toZn } from 'bigint-mod-arith';
export { isProbablyPrime } from './isProbablyPrime';
export { prime, primeSync } from './prime';
export { randBetween } from './randBetween';
export { randBits, randBitsSync } from './randBits';
export { randBytes, randBytesSync } from './randBytes';
//# sourceMappingURL=index.d.ts.map