rust-secp256k1-unsafe-fast/src
Tobin C. Harding 596adff8ba Remove unneeded whitespace
We do not customarily put two lines of whitespace before modules.

Remove unneeded whitespace from before the `benches` module.
2022-07-13 14:30:17 +10:00
..
ecdsa Remove unneeded whitespace 2022-07-13 14:30:17 +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 Remove unnecessary instances of must_use 2022-07-11 07:56:47 +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