Cargo Features
fawkes-crypto-zkbob-bellman_ce has no features set by default.
[dependencies]
fawkes-crypto-zkbob-bellman_ce = { version = "0.4.0", features = ["multicore", "sonic", "gm17", "wasm", "nightly"] }
- multicore = crossbeam-channel, lazy_static, log, num_cpus, rayon
- sonic = blake2-rfc, tiny-keccak
-
Affects
fawkes-crypto-zkbob-bellman_ce::sonic
… - gm17
-
Affects
fawkes-crypto-zkbob-bellman_ce::gm17
… - wasm = web-sys
- nightly = prefetch
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.
- prefetch nightly?
- web-sys wasm?
- tiny-keccak sonic?
- blake2-rfc sonic?
- crossbeam-channel multicore?
-
Enables crossbeam-channel
Multicore dependencies
- lazy_static multicore?
- log multicore?
- num_cpus multicore?
- rayon multicore?