Functions§
- Return secp256k1 elliptic curve order
- Return base point of secp256k1
- Inplace add one public key to another (EC point + EC point)
- Whether the public key is valid.
- Inplace multiply public key by secret key (EC point * scalar)
- Replace public key with its negation (EC point = - EC point)
- Inplace sub one public key from another (EC point - EC point)