Cargo Features
enchainte-merge has no features set by default.
[dependencies]
enchainte-merge = { version = "0.1.0", features = ["blake2b", "keccak"] }
- blake2b = blake2b_simd
-
Affects
hash_algorithms::blake2b
… - keccak = tiny-keccak
-
Affects
hash_algorithms::keccak
…
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.
- blake2b_simd blake2b?
-
Enables blake2b_simd ^0.5.10
- tiny-keccak keccak?