rust-secp256k1-unsafe-fast/src
elsirion 53c1354cc5
Fix broken `serde::Deserialize` and `FromStr` impl of `keyPair`
Fixes #491
2022-10-24 16:54:13 +02:00
..
ecdsa move some unsafe code inside an unsafe{} boundary 2022-08-12 16:02:55 +00:00
constants.rs Deprecate SCHNORRSIG_SIGNATURE_SIZE 2022-03-04 14:28:24 +00:00
context.rs Fix clippy warnings 2022-08-12 12:58:00 +10:00
ecdh.rs Create configuration conditional bench 2022-07-14 09:35:23 +10:00
key.rs Fix broken `serde::Deserialize` and `FromStr` impl of `keyPair` 2022-10-24 16:54:13 +02:00
lib.rs Create configuration conditional bench 2022-07-14 09:35:23 +10:00
macros.rs Improve Error display 2022-06-14 09:33:48 +10:00
scalar.rs Add `Scalar` newtype and use it in tweaking APIs 2022-06-09 15:08:19 +02:00
schnorr.rs Use "a".repeats() instead of manual implementation 2022-06-17 10:17:21 +10:00
secret.rs Update secp256k1 to edition 2018 and fix imports 2022-06-07 23:59:25 +03:00
serde_util.rs Use fixed width serde impls for keys 2022-06-09 16:09:31 +10:00