Use simd to improve performance and add clap
This commit is contained in:
parent
fbd946c7ec
commit
fdbc206b53
4 changed files with 315 additions and 25 deletions
|
|
@ -5,4 +5,5 @@ edition = "2024"
|
|||
|
||||
[dependencies]
|
||||
aes = "0.8.4"
|
||||
clap = { version = "4.5.40", features = ["derive"] }
|
||||
rayon = "1.10.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue