Added projects

contains "crypt" and "stub"
This commit is contained in:
Daniel Ballard
2023-05-17 12:26:44 +01:00
committed by GitHub
parent 6ac9f77fb0
commit de3c9d2b2d
6 changed files with 411 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[package]
name = "crypt"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
block-modes = "0.7.0"
rand = "0.8.4"
aes = "0.8.2"
crypto = "0.4.0"