Cargo Features
brute-force has no features set by default.
[dependencies]
brute-force = { version = "0.2.0", features = ["nightly", "curve25519"] }
- nightly
- curve25519 = curve25519-dalek, rand
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- curve25519-dalek curve25519?
-
Enables curve25519-dalek-ng
- rand curve25519?
-
Affects
adaptors::RandomStart
,adaptors::random_start
…