fheanor 0.7.2

A library that provides fast implementations of rings commonly used in homomorphic encryption, built on feanor-math.
Documentation
[dependencies.feanor-math]
features = ["generic_tests", "unstable-enable"]
version = "3.1.4"

[dependencies.feanor-math-hexl]
optional = true
version = "0.2.4"

[dependencies.feanor-mempool]
version = "2.1.0"

[dependencies.oorandom]
version = "11.1.3"

[dependencies.rand]
version = "0.8.5"

[dependencies.rand_distr]
version = "0.4.3"

[dependencies.rayon]
version = "1.10.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.207"

[dependencies.serde_json]
version = "1.0.125"

[dependencies.take_mut]
version = "0.2.2"

[dependencies.thread_local]
version = "1.1.8"

[dependencies.tracing]
version = "0.1.41"

[dev-dependencies.oorandom]
version = "11.1.3"

[dev-dependencies.serde_assert]
version = "0.8.0"

[dev-dependencies.tracing-chrome]
version = "0.7.2"

[dev-dependencies.tracing-subscriber]
version = "0.3.19"

[[example]]
name = "bfv_basics"
path = "examples/bfv_basics/main.rs"

[[example]]
name = "bfv_impl_v1"
path = "examples/bfv_impl_v1/main.rs"

[[example]]
name = "bfv_impl_v2"
path = "examples/bfv_impl_v2/main.rs"

[[example]]
name = "bgv_basics"
path = "examples/bgv_basics/main.rs"

[[example]]
name = "clpx_basics"
path = "examples/clpx_basics/main.rs"

[features]
fastest_rnsconv = ["feanor-math/unrolled_strassen"]
generic_tests = []
use_hexl = ["dep:feanor-math-hexl"]

[lib]
bench = true
crate-type = ["rlib"]
name = "fheanor"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A library that provides fast implementations of rings commonly used in homomorphic encryption, built on feanor-math."
edition = "2021"
homepage = "https://github.com/FeanorTheElf/fheanor"
keywords = ["cryptography", "encryption", "fhe", "homomorphic"]
license = "MIT"
name = "fheanor"
readme = "Readme.md"
repository = "https://github.com/FeanorTheElf/fheanor"
version = "0.7.2"

[profile.profiling]
debug = 2
inherits = "bench"
lto = "fat"
panic = "abort"

[profile.release]
lto = "fat"
panic = "abort"

[profile.test2]
inherits = "test"