Skip to content

Commit

Permalink
WIP: Encrypted LR w/ DWT
Browse files Browse the repository at this point in the history
  • Loading branch information
cgouert committed Mar 19, 2024
1 parent 2da7696 commit dcc4e91
Show file tree
Hide file tree
Showing 9 changed files with 4,506 additions and 7 deletions.
13 changes: 13 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ csv = "1.3"
debug_print = "1.0.0"
linfa-datasets = { version = "0.7", features = ["iris", "winequality"] }
rayon = "1.7.0"
serde_json = "1.0.114"
serde = { version = "1.0.114", features = ["derive"] }
tfhe = { version = "0.5.1", features = ["boolean", "shortint", "integer"] }

[features]
Expand All @@ -28,3 +30,14 @@ path = "src/plain_lr.rs"
name = "encrypted_lr"
path = "src/encrypted_lr.rs"

[[bin]]
name = "encrypted_lr_dwt"
path = "src/encrypted_lr_dwt.rs"

[[bin]]
name = "lut_test"
path = "src/lut_test.rs"

[[bin]]
name = "lut_split_test"
path = "src/lut_split_test.rs"
Loading

0 comments on commit dcc4e91

Please sign in to comment.