concrete 0.2.0

Concrete is a fully homomorphic encryption (FHE) library that implements Zama's variant of TFHE.
Documentation
[[bench]]
harness = false
name = "booleans"
required-features = ["booleans"]

[[bench]]
harness = false
name = "shortints"
required-features = ["shortints"]
[dependencies.concrete-boolean]
optional = true
version = "0.2.0"

[dependencies.concrete-integer]
optional = true
version = "0.1.0"

[dependencies.concrete-shortint]
optional = true
version = "0.1.0"

[dependencies.paste]
version = "1.0.7"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"
[dev-dependencies.bincode]
version = "1.3.3"

[dev-dependencies.criterion]
version = "0.3.5"

[dev-dependencies.doc-comment]
version = "0.3.3"

[features]
booleans = ["concrete-boolean"]
experimental_syntax_sugar = []
integers = ["concrete-integer", "shortints"]
internal-keycache = ["concrete-shortint/internal-keycache", "concrete-integer/internal-keycache"]
nightly-avx512 = ["concrete-boolean/nightly-avx512", "concrete-shortint/nightly-avx512", "concrete-integer/nightly-avx512"]
shortints = ["concrete-shortint"]

[package]
description = "Concrete is a fully homomorphic encryption (FHE) library that implements Zama's variant of TFHE."
documentation = "https://docs.zama.ai/concrete/"
edition = "2021"
homepage = "https://www.zama.ai/concrete-framework"
keywords = ["fully", "homomorphic", "encryption", "fhe", "cryptography"]
license = "BSD-3-Clause-Clear"
name = "concrete"
readme = "README.md"
repository = "https://github.com/zama-ai/concrete"
version = "0.2.0"
[package.metadata.docs.rs]
features = ["serde", "booleans", "shortints", "integers"]