Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Dec 25, 2022
1 parent da22088 commit c73998c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions commit_verify/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ extern crate bitcoin_hashes;
#[cfg(feature = "serde")]
#[macro_use]
extern crate serde_crate as serde;
#[cfg(feature = "serde")]
extern crate serde_with;
#[cfg(feature = "lnpbp_secp256k1zkp")]
extern crate lnpbp_secp256k1zkp as secp256k1zkp;
#[cfg(feature = "serde")]
extern crate serde_with;

pub mod commit_encode;
pub mod commit_verify;
Expand Down
6 changes: 3 additions & 3 deletions strict_encoding/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
//! - `miniscript`: types defined in bitcoin Miniscript
//! - `crypto`: non-bitcoin cryptographic primitives, which include Ed25519
//! curve, X25519 signatures from `ed25519-dalek` library and pedersen
//! commitments + bulletproofs from `lnpbp_secp256k1zkp` library. Encodings for
//! other cryptography-related types, such as Secp256k1 and hashes, are always
//! included as a part of the library - see NB below.
//! commitments + bulletproofs from `lnpbp_secp256k1zkp` library. Encodings
//! for other cryptography-related types, such as Secp256k1 and hashes, are
//! always included as a part of the library - see NB below.
//!
//! NB: this crate requires `bitcoin` as an upstream dependency since many of
//! strict-encoded formats are standardized as using *bitcoin consensus
Expand Down

0 comments on commit c73998c

Please sign in to comment.