Initial commit

This commit is contained in:
hal8174 2025-07-05 20:28:12 +02:00
commit de7b7536ce
Signed by: hal8174
SSH key fingerprint: SHA256:JwuqS+eVfISfKr+DkDQ6NWAbGd1jFAHkPpCM1yCnlTs
8 changed files with 12532 additions and 0 deletions

8
Cargo.toml Normal file
View file

@ -0,0 +1,8 @@
[package]
name = "alan-side-channel"
version = "0.1.0"
edition = "2024"
[dependencies]
aes = "0.8.4"
rayon = "1.10.0"