mirror of
https://github.com/arnaucube/fhe-study.git
synced 2026-01-24 04:33:52 +01:00
init repo
This commit is contained in:
12
Cargo.toml
Normal file
12
Cargo.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[workspace]
|
||||
members = [
|
||||
"bfv",
|
||||
"arithmetic"
|
||||
]
|
||||
|
||||
resolver = "2"
|
||||
|
||||
[workspace.dependencies]
|
||||
anyhow = "1.0.56"
|
||||
rand = "0.8.5"
|
||||
rand_distr = "0.4.3"
|
||||
Reference in New Issue
Block a user