Cargo Features
[dependencies]
cess-proving-system-api = { version = "0.1.2", default-features = false, features = ["cuda", "opencl", "multicore-sdr"] }
- default = opencl
-
The
opencl
feature is set by default whenevercess-proving-system-api
is added without
somewhere in the dependency tree.default-features = false - cuda
-
Enables cuda of bellperson ^0.18, cess-hashers, cess-proofs, cess-sp-core, cess-sp-porep, and cess-fr32
- opencl default
-
Enables opencl of bellperson ^0.18, cess-hashers, cess-proofs, cess-sp-core, cess-sp-porep, and cess-fr32
- multicore-sdr
-
Enables multicore-sdr of cess-sp-porep
cess-proving-system-api has 4 features without comments.