You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
13af51926a17f1f6b8a5797f6eb7ce0f1280b581 Make key comparison non-fuzzable (Dr Maxim Orlovsky)
739660499b0b417a438864f3e78a3ad7117f20f8 Implement PublicKey ordering using FFI (Dr Maxim Orlovsky)
0faf404f0e6ab88a840185f9b899c9c0a569a0d3 Benchmark for key ordering (Dr Maxim Orlovsky)
999d165c68f448a6444fb51895c6e75c7226d297 FFI for pubkey comparison ops (Dr Maxim Orlovsky)
Pull request description:
Re-base #309 for @dr-orlovsky on request by @Kixunil.
To do the rebase I just had to change instances of cfg_attr to use `v0_5_0` instead of `v0_4_1` e.g.,
```
#[cfg_attr(not(rust_secp_no_symbol_renaming), link_name = "rustsecp256k1_v0_5_0_xonly_pubkey_cmp")]
```
And drop the changes to `src/schnorrsig.rs`, all these changes are covered by the changes in `key.rs` I believe.
ACKs for top commit:
Kixunil:
ACK 13af51926a17f1f6b8a5797f6eb7ce0f1280b581
apoelstra:
ACK 13af51926a17f1f6b8a5797f6eb7ce0f1280b581
Tree-SHA512: 3054fcbc1707679f54466cdc91162c286394ad691e4f5c8ee18635a22b0854a4e60f1186ef3ca1532aacd8a637d0a153601ec203947e9e58dfcebf1bcb619955
0 commit comments