Files
fhe/bindings/rust/Cargo.toml
T

18 lines
437 B
TOML

[package]
name = "luxfhe-sys"
version = "0.1.0"
edition = "2021"
description = "FFI bindings to libluxfhe — FHE boolean gates via Lux lattice cryptography"
license = "BSD-3-Clause"
repository = "https://github.com/luxfi/fhe"
keywords = ["fhe", "homomorphic", "encryption", "lattice", "boolean-gates"]
categories = ["cryptography", "external-ffi-bindings"]
[dependencies]
thiserror = "2"
[build-dependencies]
[features]
default = []