Cargo Features

Concrete has no features set by default.

[dependencies]
concrete = { version = "0.2.1", features = ["booleans", "shortints", "integers", "nightly-avx512", "experimental_syntax_sugar", "internal-keycache", "serde"] }
booleans = concrete-boolean
shortints integers? = concrete-shortint
integers = concrete-integer, shortints
nightly-avx512

Enables nightly-avx512 of concrete-boolean, concrete-integer, and concrete-shortint

experimental_syntax_sugar
internal-keycache

Enables internal-keycache of concrete-integer and concrete-shortint

concrete-integer:

Keychache used to speed up tests and benches
by not requiring to regererate keys at each launch

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-boolean booleans? nightly-avx512?
concrete-shortint internal-keycache? nightly-avx512? shortints?
concrete-integer integers? internal-keycache? nightly-avx512?
serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework