mirror of
https://github.com/arnaucube/fhe-study.git
synced 2026-01-24 04:33:52 +01:00
add BFV newkey, encrypt, decrypt, and homomorphic addition impl
This commit is contained in:
11
bfv/Cargo.toml
Normal file
11
bfv/Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "bfv"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
anyhow = { workspace = true }
|
||||
rand = { workspace = true }
|
||||
rand_distr = { workspace = true }
|
||||
|
||||
arithmetic = { path="../arithmetic" }
|
||||
Reference in New Issue
Block a user