phantom-zone 0.1.0

Library for multi-party computation using fully-homomorphic encryption
Documentation
[[bench]]
harness = false
name = "ntt"

[[bench]]
harness = false
name = "modulus"

[dependencies.itertools]
version = "0.12.0"

[dependencies.num-bigint-dig]
features = ["prime"]
version = "0.8.4"

[dependencies.num-traits]
version = "0.2.18"

[dependencies.rand]
version = "0.8.5"

[dependencies.rand_chacha]
version = "0.3.1"

[dependencies.rand_distr]
version = "0.4.3"

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

[[example]]
name = "interactive_fheuint8"
path = "./examples/interactive_fheuint8.rs"

[[example]]
name = "non_interactive_fheuint8"
path = "./examples/non_interactive_fheuint8.rs"
required-features = ["non_interactive_mp"]

[[example]]
name = "meeting_friends"
path = "./examples/meeting_friends.rs"
required-features = ["non_interactive_mp"]

[[example]]
name = "bomberman"
path = "./examples/bomberman.rs"
required-features = ["non_interactive_mp"]

[[example]]
name = "div_by_zero"
path = "./examples/div_by_zero.rs"
required-features = ["non_interactive_mp"]

[[example]]
name = "if_and_else"
path = "./examples/if_and_else.rs"
required-features = ["non_interactive_mp"]

[features]
interactive_mp = []
non_interactive_mp = []

[package]
description = "Library for multi-party computation using fully-homomorphic encryption"
edition = "2021"
keywords = ["fhe", "mpc", "cryptography"]
license = "MIT"
name = "phantom-zone"
readme = "README.md"
repository = "https://github.com/gausslabs/phantom-zone"
version = "0.1.0"