mirror of
https://github.com/luxfi/fhe.git
synced 2026-07-26 23:16:08 +00:00
18 lines
437 B
TOML
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 = []
|