concrete-core 0.1.8

Concrete is a fully homomorphic encryption (FHE) library that implements Zama's variant of TFHE.
Documentation
[[bench]]
harness = false
name = "bench"
[build-dependencies.cmake]
optional = true
version = "0.1"
[dependencies.bincode]
version = "1.3"

[dependencies.concrete-csprng]
version = "0.1.6"

[dependencies.fftw]
default-features = false
features = ["system"]
version = "^0.5.0"

[dependencies.serde]
features = ["derive"]
version = "1.0"
[dev-dependencies.concrete-npe]
version = "0.1.7"

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

[dev-dependencies.itertools]
version = "0.10"

[dev-dependencies.kolmogorov_smirnov]
version = "1.1.0"

[dev-dependencies.rand]
version = "0.7"

[dev-dependencies.rand_distr]
version = "0.2.2"

[features]
cloud-computing = []
gpu = ["cmake"]

[lib]
bench = false
crate-type = ["cdylib", "rlib"]
name = "concrete_core"

[package]
authors = ["D. Ligier", "J.B. Orfila", "A. Péré", "S. Tap", "Zama team"]
build = "build.rs"
description = "Concrete is a fully homomorphic encryption (FHE) library that implements Zama's variant of TFHE."
documentation = "https://concrete.zama.ai"
edition = "2018"
homepage = "https://crates.io/crates/concrete"
keywords = ["fully", "homomorphic", "encryption", "fhe", "cryptography"]
license = "AGPL-3.0"
name = "concrete-core"
readme = "README.md"
repository = "https://github.com/zama-ai/concrete"
version = "0.1.8"
[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", "katex-header.html"]