Allows comparing secp256k1_pubkey and secp256k1_xonly_pubkey respectively, to establish an order between them.
This is a backport of secp256k1#850 and secp256k1#926.
We need this for porting rust-secp256k1 to the secp256k1 library of this repo.
Differential D16957
[secp256k1] Add `secp256k1_ec_pubkey_cmp` and `secp256k1_xonly_pubkey_cmp` tobias_ruck on Oct 22 2024, 17:27. Authored by Tags None Subscribers None
Details
Allows comparing secp256k1_pubkey and secp256k1_xonly_pubkey respectively, to establish an order between them. This is a backport of secp256k1#850 and secp256k1#926. We need this for porting rust-secp256k1 to the secp256k1 library of this repo. ninja check-secp256k1
Diff Detail
|