rust-secp256k1-unsafe-fast/src
Tobin C. Harding 9f1ebb93cb Allow nonminimal_bool in unit test
We are explicitly testing various boolean statements, tell clippy to
allow less than minimal statements.
2022-06-17 10:17:21 +10:00
..
ecdsa Use to_le_bytes instead of mem::transmute 2022-06-17 10:16:00 +10:00
constants.rs Deprecate SCHNORRSIG_SIGNATURE_SIZE 2022-03-04 14:28:24 +00:00
context.rs Allow let_and_return for feature guarded code 2022-06-17 10:17:21 +10:00
ecdh.rs Remove unneeded explicit reference 2022-06-16 09:56:52 +10:00
key.rs Allow nonminimal_bool in unit test 2022-06-17 10:17:21 +10:00
lib.rs Allow missing_safety_doc 2022-06-17 10:17:21 +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