rust-secp256k1-unsafe-fast/src
Martin Habovstiak 5a0332463d Add `Scalar` newtype and use it in tweaking APIs
This adds `Scalar` newtype to better represent values accepted by
tweaking functions. This type is always 32-bytes and guarantees being
within curve order.
2022-06-09 15:08:19 +02:00
..
ecdsa Merge rust-bitcoin/rust-secp256k1#331: Update the code to edition 2018, and update dependencies 2022-06-08 20:53:41 +00:00
constants.rs Deprecate SCHNORRSIG_SIGNATURE_SIZE 2022-03-04 14:28:24 +00:00
context.rs Move more things from the std feature to the alloc feature 2022-06-07 23:59:42 +03:00
ecdh.rs Update secp256k1 to edition 2018 and fix imports 2022-06-07 23:59:25 +03:00
key.rs Add `Scalar` newtype and use it in tweaking APIs 2022-06-09 15:08:19 +02:00
lib.rs Add `Scalar` newtype and use it in tweaking APIs 2022-06-09 15:08:19 +02:00
macros.rs Update secp256k1 to edition 2018 and fix imports 2022-06-07 23:59:25 +03:00
scalar.rs Add `Scalar` newtype and use it in tweaking APIs 2022-06-09 15:08:19 +02:00
schnorr.rs Merge rust-bitcoin/rust-secp256k1#331: Update the code to edition 2018, and update dependencies 2022-06-08 20:53:41 +00:00
secret.rs Update secp256k1 to edition 2018 and fix imports 2022-06-07 23:59:25 +03:00
serde_util.rs Remove `visit_bytes` implementation from `FromStrVisitor` 2021-01-13 09:57:09 +11:00