Cargo Features
[dependencies]
noise_sv2 = { version = "1.3.0", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default whenevernoise_sv2
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std and std_rng of rand ^0.8.5, std of rand_chacha ^0.3.1, rand-std of secp256k1 ^0.28.2
Affects
handshake::HandshakeOp.generate_key
…