From f5d517897b58bb4e652750355cc3566e644fa1b3 Mon Sep 17 00:00:00 2001 From: Li Zhineng Date: Fri, 5 Jul 2024 20:55:30 +0800 Subject: decryptor Rust implementation --- decryptor/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 decryptor/Cargo.toml (limited to 'decryptor/Cargo.toml') diff --git a/decryptor/Cargo.toml b/decryptor/Cargo.toml new file mode 100644 index 0000000..918bd84 --- /dev/null +++ b/decryptor/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "decryptor" +version = "0.1.0" +edition = "2021" + +[dependencies] +hex = "0.4.3" +openssl = "0.10.64" +rand = "0.8.5" -- cgit v1.2.3