rust-secp256k1-unsafe-fast/src
Tobin C. Harding d60b891126
Add a verify function to PublicKey
Expose signature verification functionality for schnorr signatures on
the `XOnlyPublicKey` type.
2023-06-21 09:49:32 +10:00
..
ecdsa Merge rust-bitcoin/rust-secp256k1#609: Introduce SPDX license identifiers 2023-05-04 18:17:24 +00:00
constants.rs Introduce SPDX license identifiers 2023-05-03 11:37:07 +10:00
context.rs Merge rust-bitcoin/rust-secp256k1#609: Introduce SPDX license identifiers 2023-05-04 18:17:24 +00:00
ecdh.rs Merge rust-bitcoin/rust-secp256k1#609: Introduce SPDX license identifiers 2023-05-04 18:17:24 +00:00
key.rs Add a verify function to PublicKey 2023-06-21 09:49:32 +10:00
lib.rs Merge rust-bitcoin/rust-secp256k1#609: Introduce SPDX license identifiers 2023-05-04 18:17:24 +00:00
macros.rs Introduce SPDX license identifiers 2023-05-03 11:37:07 +10:00
scalar.rs Merge rust-bitcoin/rust-secp256k1#609: Introduce SPDX license identifiers 2023-05-04 18:17:24 +00:00
schnorr.rs Merge rust-bitcoin/rust-secp256k1#607: Add serialize function for schnorr::Signature 2023-05-10 14:30:08 +00:00
secret.rs Merge rust-bitcoin/rust-secp256k1#609: Introduce SPDX license identifiers 2023-05-04 18:17:24 +00:00
serde_util.rs Introduce SPDX license identifiers 2023-05-03 11:37:07 +10:00