seal_fhe 0.6.0

This crate contains Rust bindings for Microsoft's SEAL Fully Homomorphic Encryption (FHE) library.
Documentation
[build-dependencies.bindgen]
version = "0.59.1"

[build-dependencies.cmake]
version = "0.1.46"

[build-dependencies.emsdk]
version = "^0.1"
[dependencies.serde]
features = ["derive"]
version = "1.0.130"
[dev-dependencies.serde_json]
version = "1.0.69"

[features]
hexl = []

[package]
authors = ["Sunscreen LLC"]
categories = ["cryptography"]
description = "This crate contains Rust bindings for Microsoft's SEAL Fully Homomorphic Encryption (FHE) library."
documentation = "https://docs.sunscreen.tech/sunscreen"
edition = "2021"
homepage = "https://sunscreen.tech"
keywords = ["FHE", "BFV", "lattice", "cryptography"]
license = "AGPL-3.0-only"
name = "seal_fhe"
readme = "crates-io.md"
repository = "https://github.com/Sunscreen-tech/Sunscreen"
rust-version = "1.60.0"
version = "0.6.0"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.link-cplusplus]
version = "1.0.5"