Use simd to improve performance and add clap

This commit is contained in:
hal8174 2025-07-06 00:38:53 +02:00
parent fbd946c7ec
commit fdbc206b53
Signed by: hal8174
SSH key fingerprint: SHA256:JwuqS+eVfISfKr+DkDQ6NWAbGd1jFAHkPpCM1yCnlTs
4 changed files with 315 additions and 25 deletions

View file

@ -5,4 +5,5 @@ edition = "2024"
[dependencies]
aes = "0.8.4"
clap = { version = "4.5.40", features = ["derive"] }
rayon = "1.10.0"