rust-secp256k1-unsafe-fast/src/ecdsa
Tobin Harding eb453b8227
Add global context API
Our API often involves a `Secp256k1` parameter, when users enable the
`global-context` feature they must then pass `SECP256K1` into these
functions. This is kind of clunky since the global is by definition
available everywhere.

Make the API more ergonomic for `global-context` builds by adding
various API functions/methods that use the global context implicitly.
2022-02-09 09:09:06 +00:00
..
mod.rs Add global context API 2022-02-09 09:09:06 +00:00
recovery.rs Add global context API 2022-02-09 09:09:06 +00:00