rust-secp256k1-unsafe-fast/src/ecdsa
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
..
mod.rs Clarify the documentation of `normalize_s` 2023-04-20 02:46:18 +00:00
recovery.rs Use NonNull for Secp256k1 inner context field 2022-11-30 12:30:20 +11:00
serialized_signature.rs Run cargo fmt 2022-11-16 11:06:12 +11:00