rust-secp256k1-unsafe-fast/src
Tobin C. Harding 76a0804ca5 Fix typo in public method
We have a method called `from_raw_signining_only`, I'm guessing this
should be `from_raw_signing_only`.
2022-11-01 15:25:50 +11: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 typo in public method 2022-11-01 15:25:50 +11: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 Fix typo in public method 2022-11-01 15:25:50 +11: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