Cargo Features
concrete-shortint has no features set by default.
[dependencies]
concrete-shortint = { version = "0.1.1", features = ["internal-keycache", "nightly-avx512"] }
- internal-keycache = concrete-utils, lazy_static
-
Keychache used to speed up tests and benches
by not requiring to regererate keys at each launch - nightly-avx512
-
Enables backend_fft_nightly_avx512 of concrete-core
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.
- concrete-utils internal-keycache?
-
Enables concrete-utils
both utils and lazy_static are used for the keycache they both are deps to allow usage in bench in integer crate and dev-deps to automatically enable them in tests
- lazy_static internal-keycache?