bigint-mod-arith/types/index.d.cts

11 lines
389 B
TypeScript

export { abs } from './abs.js';
export { bitLength } from './bitLength.js';
export { Egcd, eGcd } from './egcd.js';
export { gcd } from './gcd.js';
export { lcm } from './lcm.js';
export { max } from './max.js';
export { min } from './min.js';
export { modInv } from './modInv.js';
export { modPow } from './modPow.js';
export { toZn } from './toZn.js';
//# sourceMappingURL=index.d.ts.map