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
secp256k1-sys: make signing context pointers atomic
This is in its own commit so that we can argue about it independently
of the rest of the PR. I believe this is correct and safe because the
docs for `AtomicPtr` say that (a) it is #[repr(C)] and (b) that it
has the same in-memory representation as a *mut T.
0 commit comments