Skip to content

Commit

Permalink
utilize rust dwt crate
Browse files Browse the repository at this point in the history
  • Loading branch information
nilmemo committed Mar 26, 2024
1 parent 05d804b commit 693846e
Show file tree
Hide file tree
Showing 13 changed files with 69 additions and 2,201 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Cargo.lock
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

.DS_STORE

# Added by cargo

Expand Down
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,17 @@ 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"] }
dwt = "0.5.2"
assert = "0.7"

[features]
x86 = ["tfhe/x86_64-unix"]
aarch64 = ["tfhe/aarch64-unix"]

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

[[bin]]
name = "float_lr"
path = "src/float_lr.rs"
Expand Down
File renamed without changes.
1,361 changes: 0 additions & 1,361 deletions dwt.ipynb

This file was deleted.

258 changes: 0 additions & 258 deletions lut16_dwt_lsb.json

This file was deleted.

Loading

0 comments on commit 693846e

Please sign in to comment.