# 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 = "2021" rust-version = "1.78" name = "ckks-engine" version = "4.0.0" authors = [ "Chandan Monabolu Narayana ", "Prathyusha Rangavalli Kurapati ", "Santosh Kumar Pottumuthu ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "ckks-engine is a Rust crate that provides an implementation of the CKKS (Cheon-Kim-Kim-Song) homomorphic encryption scheme. This enables encrypted computations on real numbers and strings while preserving the privacy of the underlying data. With ckks-engine, you can perform a wide range of mathematical operations on encrypted data, including addition, subtraction, multiplication, division, exponentiation, and more with some error accumulation in values due to the nature of approximate homomorphic encryption." documentation = "https://chandan-m-n.github.io/ckks-engine/ckks_engine/index.html" readme = "README.md" keywords = [ "ckks", "cryptography", ] categories = ["cryptography"] license = "MIT OR Apache-2.0" repository = "https://github.com/Chandan-M-N/ckks-engine" [lib] name = "ckks_engine" path = "src/lib.rs" [dependencies.env_logger] version = "0.10" [dependencies.ff] version = "0.9" [dependencies.log] version = "0.4" [dependencies.num-bigint] version = "0.4" [dependencies.rand] version = "0.8" [dev-dependencies.approx] version = "0.5.1"