encrypt/decrypt + generate key

This commit is contained in:
2025-04-18 10:46:21 +02:00
parent 8afe48149c
commit 8421041d17
3 changed files with 62 additions and 1 deletions

View File

@ -6,3 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rand = "0.9.1"
rug = "1.27.0"