concrete-shortint 0.1.1

Homomorphic Short Integer interface for the concrete FHE library.
Documentation
[[bench]]
harness = false
name = "bench"
required-features = ["internal-keycache"]
[dependencies.concrete-utils]
optional = true
version = "0.2.0"

[dependencies.lazy_static]
optional = true
version = "1.4.0"

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

[dev-dependencies.concrete-utils]
version = "0.2.0"

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

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

[dev-dependencies.lazy_static]
version = "1.4.0"

[dev-dependencies.paste]
version = "1.0.7"

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

[features]
internal-keycache = ["concrete-utils", "lazy_static"]
nightly-avx512 = ["concrete-core/backend_fft_nightly_avx512"]

[package]
authors = ["Zama team"]
description = "Homomorphic Short Integer interface for the concrete FHE library."
documentation = "https://docs.zama.ai/concrete/"
edition = "2021"
exclude = ["/docs/"]
homepage = "https://www.zama.ai/concrete-framework"
keywords = ["fully", "homomorphic", "encryption", "fhe", "cryptography"]
license = "BSD-3-Clause-Clear"
name = "concrete-shortint"
readme = "README.md"
repository = "https://github.com/zama-ai/concrete"
version = "0.1.1"
[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", "katex-header.html"]
[target."cfg(target_arch = \"aarch64\")".dependencies.concrete-core]
features = ["backend_default", "backend_fft", "backend_default_serialization", "backend_fft_serialization", "backend_default_parallel", "backend_default_generator_aarch64_aes"]
version = "1.0.0"
[target."cfg(target_arch = \"x86_64\")".dependencies.concrete-core]
features = ["backend_default", "backend_fft", "backend_default_serialization", "backend_fft_serialization", "backend_default_parallel", "backend_default_generator_x86_64_aesni", "seeder_x86_64_rdseed"]
version = "1.0.0"