secp256k1BaseInv
For the complete documentation index, see llms.txt
@midnight-ntwrk/compact-runtime v0.19.0
@midnight-ntwrk/compact-runtime / secp256k1BaseInv
Function: secp256k1BaseInv()
function secp256k1BaseInv(x): bigint;
Secp256k1 base field inverse
This function returns the multiplicative inverse of x in the secp256k1 base field. That is, a value y such that x * y = 1 (modulo SECP256K1_BASE_MODULUS). x is assumed to be in the range (0, SECP256K1_BASE_MODULUS).
Parameters
x
bigint
Returns
bigint