secp256k1ScalarNeg
For the complete documentation index, see llms.txt
@midnight-ntwrk/compact-runtime v0.19.0
@midnight-ntwrk/compact-runtime / secp256k1ScalarNeg
Function: secp256k1ScalarNeg()
function secp256k1ScalarNeg(x): bigint;
Secp256k1 scalar field negation
This function returns the negation of x in the secp256k1 scalar field. That is, a value y such that x + y = 0 (modulo SECP256K1_SCALAR_MODULUS). x is assumed to be in the range [0, SECP256K1_SCALAR_MODULUS).
Parameters
x
bigint
Returns
bigint