Saataa andagii !

This commit is contained in:
Lukian 2024-11-30 18:31:38 +01:00
commit 092492ba24
13 changed files with 389 additions and 0 deletions

10
keygen/Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[package]
name = "rust_rsa_key_gen"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
num-bigint-dig = "0.8.4"
rand = "0.8.5"