rust-secp256k1-unsafe-fast/src
Matt Corallo f6c68ec329 Clarify the documentation of `normalize_s`
I was reading the docs for `normalize_s` and got confused what the
point was - it says that libsecp "will only accept" signatures that
are normalized, which led me to believe it would refuse to
deserialize such signatures. This is untrue, it only refuses to
*validate* such signatures.
2023-04-20 02:46:18 +00:00
..
ecdsa Clarify the documentation of `normalize_s` 2023-04-20 02:46:18 +00:00
constants.rs Use lowercase for schnorr 2022-11-24 11:16:17 +11:00
context.rs Fully describe safety requirements 2023-01-31 17:20:22 +11:00
ecdh.rs Depend on bitcoin_hashes v0.12 2023-03-15 14:56:28 +11:00
key.rs implement "non_secure_erase" methods 2023-02-21 08:56:03 -05:00
lib.rs secp256k1: Remove custom implementations of Eq, Ord and friends 2023-03-31 09:43:52 +11:00
macros.rs secp256k1: Remove custom implementations of Eq, Ord and friends 2023-03-31 09:43:52 +11:00
scalar.rs implement "non_secure_erase" methods 2023-02-21 08:56:03 -05:00
schnorr.rs secp256k1: Remove custom implementations of Eq, Ord and friends 2023-03-31 09:43:52 +11:00
secret.rs implement "non_secure_erase" methods 2023-02-21 08:56:03 -05:00
serde_util.rs Run cargo fmt 2022-11-16 11:06:12 +11:00