mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-09 22:57:59 -05:00
18 lines
511 B
TOML
18 lines
511 B
TOML
[package]
|
|
name = "tfhe-cuda-backend"
|
|
version = "0.8.0"
|
|
edition = "2021"
|
|
authors = ["Zama team"]
|
|
license = "BSD-3-Clause-Clear"
|
|
description = "Cuda implementation of TFHE-rs primitives."
|
|
homepage = "https://www.zama.ai/"
|
|
documentation = "https://docs.zama.ai/tfhe-rs"
|
|
repository = "https://github.com/zama-ai/tfhe-rs"
|
|
readme = "README.md"
|
|
keywords = ["fully", "homomorphic", "encryption", "fhe", "cryptography"]
|
|
|
|
[build-dependencies]
|
|
cmake = { version = "0.1" }
|
|
pkg-config = { version = "0.3" }
|
|
bindgen = "0.71"
|