rust-secp256k1-unsafe-fast/src
Tobin C. Harding 5417fad7cb Add method SecretKey::from_hashed_data
Analogous to the method on `Message`; add a constructor method on
`SecretKey` that hashes the input data.

While we are at it improve the rustdocs on `Message::from_hashed_data`
so docs on both methods are uniform.
2022-10-28 12:16:15 +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 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 Add method SecretKey::from_hashed_data 2022-10-28 12:16:15 +11:00
lib.rs Add method SecretKey::from_hashed_data 2022-10-28 12:16:15 +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