secp256k1_ec_pubkey_negate

Negates a public key in place.

extern (C)
int
secp256k1_ec_pubkey_negate

Return Value

Type: int

1 always Args: ctx: pointer to a context object In/Out: pubkey: pointer to the public key to be negated.

Meta