mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-06 21:34:05 -05:00
12 lines
311 B
TOML
12 lines
311 B
TOML
[package]
|
|
name = "tfhe-test-vectors"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
ciborium = "0.2"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
tfhe = { path = "../../tfhe", features = ["experimental-force_fft_algo_dif4"] }
|
|
tfhe-csprng = { path = "../../tfhe-csprng" }
|