Skip to content

Commit

Permalink
remove unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
toml01 committed Aug 31, 2022
1 parent 6f06d3d commit d8b9879
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions packages/crypto/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,6 @@
//! - `["rand"]` - Used to generate pseudo-random numbers. Uses [rand_chacha] and [rand_core].
//! - `["ecc-secp256k1"]` - Contains types and methods for working with secp256k1 keys and signatures,
//! as well as standard constants for key sizes. Uses [secp256k1](https://crates.io/crates/secp256k1).
//!

// fn hello() {
// sha_256(data)
// }

// mod tom {
// use crate::sha_256;

// fn langer() {
// sha_256(data)
// }
// }

#[cfg(feature = "hash")]
mod hash;
Expand Down

0 comments on commit d8b9879

Please sign in to comment.