mux_circuits 0.10.0

This crate contains the Sunscreen Torus FHE (TFHE) implementation
Documentation
[[bin]]
name = "gen_mux_circuit"
path = "src/bin/gen_mux_circuit/main.rs"

[dependencies.bincode]
version = "1"

[dependencies.biodivine-lib-bdd]
version = "0.5"

[dependencies.cached]
version = "0.55"

[dependencies.clap]
features = ["derive"]
version = "4"

[dependencies.petgraph]
features = ["serde-1"]
version = "0.7"

[dependencies.serde]
features = ["rc", "derive"]
version = "1"

[dependencies.sunscreen_math]
version = "0.10"

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

[lib]
name = "mux_circuits"
path = "src/lib.rs"

[package]
authors = ["Sunscreen"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography"]
description = "This crate contains the Sunscreen Torus FHE (TFHE) implementation"
documentation = "https://docs.sunscreen.tech"
edition = "2024"
homepage = "https://sunscreen.tech"
keywords = ["FHE", "TFHE", "lattice", "cryptography"]
license = "AGPL-3.0-only"
name = "mux_circuits"
readme = "README.md"
repository = "https://github.com/Sunscreen-tech/spf"
resolver = "2"
rust-version = "1.87.0"
version = "0.10.0"