rust-secp256k1-unsafe-fast/src
Steven Roose adee34fe18
schnorr: Change verify_schnorr error return type
From InvalidSignature to IncorrectSignature; the former prints the
message "malformed signature", which doesn't represent the correct
error.
2024-01-31 15:19:42 +00:00
..
ecdsa Impl Ord and PartialOrd for RecoverableSignature 2024-01-22 14:50:29 +00:00
constants.rs Create rust-bidings 2023-10-09 14:57:54 -03:00
context.rs Merge rust-bitcoin/rust-secp256k1#609: Introduce SPDX license identifiers 2023-05-04 18:17:24 +00:00
ecdh.rs Use hashes instead of bitcoin_hashes 2023-08-15 14:54:55 +10:00
ellswift.rs Add byte accessors to `ElligatorSwiftSharedSecret` 2024-01-30 17:01:23 +01:00
key.rs fix incorrect FFI binding for pubkey_combine 2023-12-18 21:28:27 +00:00
lib.rs Fix unit test import statements 2023-11-01 09:06:16 +11:00
macros.rs Introduce SPDX license identifiers 2023-05-03 11:37:07 +10:00
scalar.rs Derive Hash for Scalar 2024-01-18 19:23:31 +08:00
schnorr.rs schnorr: Change verify_schnorr error return type 2024-01-31 15:19:42 +00:00
secret.rs Rename KeyPair to Keypair 2023-08-19 08:35:47 +10:00
serde_util.rs Introduce SPDX license identifiers 2023-05-03 11:37:07 +10:00