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
3f5c666 Remove unneeded import (Tobin C. Harding)
38a7d9e Remove context sort_pubkeys (Tobin C. Harding)
4fe0101 ellswift: Remove context (Tobin C. Harding)
70e928c musig: Remove context (Tobin C. Harding)
58c7ba2 Remove context from signing APIs (Tobin C. Harding)
403f541 Remove context from verification functions (Tobin C. Harding)
074a4ac Remove context from Keypair functions (Tobin C. Harding)
f8bf19d Remove context from tweaking functions (Tobin C. Harding)
792103b Remove context from PublicKey::from_secret_key (Tobin C. Harding)
95e2e25 Use super::* in tests (Tobin C. Harding)
b2cdc98 docs: Remove one instance of context construction (Tobin C. Harding)
Pull request description:
Tested in rust-bitcoin/rust-bitcoin#4960
### TODO in this PR:
Remove the FIXMEs, I don't exactly understand the `rerandomize_seed` and what is ok to put in it?
While trying to work this out I created #847 and #848, apoelstra can you school me on _exactly_ how random the seed needs to be please?
### Follow up PRs:
- Do we want to remove the `SECP256K1`, `global-context` (and `global-context-less-secure`) features in this PR instead of deprecating stuff?
- Go over the docs and fix places that mention the context
ACKs for top commit:
apoelstra:
ACK 3f5c666; successfully ran local tests
Tree-SHA512: ea0667fa950182ddb4cf90f0de96824bb244000cdc9f4a8fd243b29e6c5c8180b4f269d91d918fa035bfe58b48d1b7367cc2f7234e21ea4c6cc7f5a448e92594
0 commit comments