2021-08-06 15:13:51 +00:00
|
|
|
export { abs, bitLength, eGcd, gcd, lcm, max, min, modInv, modPow, toZn } from 'bigint-mod-arith';
|
2023-04-11 09:01:32 +00:00
|
|
|
export { isProbablyPrime } from './isProbablyPrime.js';
|
|
|
|
export { prime, primeSync } from './prime.js';
|
|
|
|
export { randBetween } from './randBetween.js';
|
|
|
|
export { randBits, randBitsSync } from './randBits.js';
|
|
|
|
export { randBytes, randBytesSync } from './randBytes.js';
|
2021-08-06 15:13:51 +00:00
|
|
|
//# sourceMappingURL=index.d.ts.map
|