encryption working independently of theta

This commit is contained in:
2025-04-30 18:10:01 +02:00
parent a23f476f52
commit 69f92c2e1b
2 changed files with 12 additions and 4 deletions

View File

@ -8,3 +8,6 @@ edition = "2021"
[dependencies]
rand = "0.9.1"
rug = "1.27.0"
[dev-dependencies]
rayon = "1.10.0"