UNPKG

ethereum-cryptography

Version:
4 lines (3 loc) 122 B
import { pow, invert } from "@noble/curves/abstract/modular"; export const modPow = pow; export const modInvert = invert;