Cargo Features
[dependencies]
r255b3 = { version = "0.3.0", default-features = false, features = ["std", "zeroize"] }
- default = std, zeroize
-
These default features are set whenever
r255b3
is added without
somewhere in the dependency tree.default-features = false - std default
-
blake3:
This crate uses libstd for std::io trait implementations, and also for runtime CPU feature detection. This feature is enabled by default. If you use --no-default-features, the only way to use the SIMD implementations in this
crate is to enable the corresponding instruction sets statically for the entire build, with e.g. RUSTFLAGS="-C target-cpu=native". - zeroize default
-
Enables zeroize, zeroize of curve25519-dalek
r255b3 has 3 features without comments.