Cupcake 0.2.1

An implementation of a lattice-based additive homomorphic encryption scheme
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
name = "Cupcake"
version = "0.2.1"
authors = ["Hao Chen <haoche@fb.com>"]
description = "An implementation of a lattice-based additive homomorphic encryption scheme"
readme = "README.md"
keywords = ["cryptography", "crypto", "homomorphic", "encryption"]
license = "MIT"
repository = "https://github.com/facebookresearch/Cupcake/"

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

[[example]]
name = "basic"

[[example]]
name = "serialization"

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

[[bench]]
name = "polyops"
harness = false
required-features = ["bench"]

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

[[bench]]
name = "integerops"
harness = false
[dependencies.modinverse]
version = "0.1.1"

[dependencies.rand]
version = "0.5.5"
[dev-dependencies.bencher]
version = "0.1.5"

[features]
bench = []