We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f06d3d commit d8b9879Copy full SHA for d8b9879
packages/crypto/src/lib.rs
@@ -42,19 +42,6 @@
42
//! - `["rand"]` - Used to generate pseudo-random numbers. Uses [rand_chacha] and [rand_core].
43
//! - `["ecc-secp256k1"]` - Contains types and methods for working with secp256k1 keys and signatures,
44
//! as well as standard constants for key sizes. Uses [secp256k1](https://crates.io/crates/secp256k1).
45
-//!
46
-
47
-// fn hello() {
48
-// sha_256(data)
49
-// }
50
51
-// mod tom {
52
-// use crate::sha_256;
53
54
-// fn langer() {
55
56
57
58
59
#[cfg(feature = "hash")]
60
mod hash;
0 commit comments