import { pow, invert } from "@noble/curves/abstract/modular"; export const modPow = pow; export const modInvert = invert;