rust-secp256k1-unsafe-fast/src
Tobin C. Harding e3f6d23b49 Fix incorrect method name in docs
We are currently not checking for broken doc links in CI. Recently we
removed a bunch of deprecated functions, one of which was still referred
to in rustdocs.

Fix the docs to use the correct new method name.
2022-11-17 09:44:52 +11:00
..
ecdsa Merge rust-bitcoin/rust-secp256k1#507: Minimise FFI in the public API 2022-11-14 14:13:22 +00:00
constants.rs Remove deprecated code 2022-11-10 11:30:40 +11:00
context.rs Fix typo in public method 2022-11-01 15:25:50 +11:00
ecdh.rs Merge rust-bitcoin/rust-secp256k1#509: Improve feature usage bitcoin-hashes[-std] 2022-11-14 14:19:57 +00:00
key.rs Fix incorrect method name in docs 2022-11-17 09:44:52 +11:00
lib.rs Merge rust-bitcoin/rust-secp256k1#509: Improve feature usage bitcoin-hashes[-std] 2022-11-14 14:19:57 +00:00
macros.rs Improve Error display 2022-06-14 09:33:48 +10:00
scalar.rs Add array constants 2022-11-06 05:21:16 +11:00
schnorr.rs Merge rust-bitcoin/rust-secp256k1#507: Minimise FFI in the public API 2022-11-14 14:13:22 +00:00
secret.rs Improve feature usage bitcoin-hashes[-std] 2022-11-10 10:56:14 +11:00
serde_util.rs Use fixed width serde impls for keys 2022-06-09 16:09:31 +10:00