rust-secp256k1-unsafe-fast/src
sanket1729 6265b2558a Fix SecretKey FromStr bug
Secret::from_str did not check if the secret key
was a valid one or not.
2021-04-26 14:17:39 -07:00
..
constants.rs Add schnorrsig module 2020-11-10 13:43:34 +09:00
context.rs Make preallocated use AlignedType 2020-12-18 12:48:19 +02:00
ecdh.rs Replace serde macros with generic visitor module 2021-01-12 11:51:29 +11:00
key.rs Fix SecretKey FromStr bug 2021-04-26 14:17:39 -07:00
lib.rs Merge pull request #270 from thomaseizinger/serde-owned-types 2021-04-21 19:06:29 +03:00
macros.rs Replace serde macros with generic visitor module 2021-01-12 11:51:29 +11:00
recovery.rs rename `rust_secp_fuzz` to `fuzzing` 2021-01-11 19:14:42 +00:00
schnorrsig.rs Merge pull request #270 from thomaseizinger/serde-owned-types 2021-04-21 19:06:29 +03:00
serde_util.rs Remove `visit_bytes` implementation from `FromStrVisitor` 2021-01-13 09:57:09 +11:00