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