Cargo.toml 367 B

1234567891011
  1. [package]
  2. name = "polynomial_evaluation"
  3. version = "0.1.0"
  4. edition = "2021"
  5. description = "An example of using the OpenFHE Fully Homomorphic Encryption Library Rust package."
  6. license = "BSD-2-Clause"
  7. documentation = "https://github.com/fairmath/openfhe-rs/blob/master/README.md"
  8. repository = "https://github.com/fairmath/openfhe-rs"
  9. [dependencies]
  10. openfhe = "0.1.6"