DES rust implementation

This commit is contained in:
2025-04-29 09:57:32 +02:00
parent 14fa9907e9
commit 21008f63fe
4 changed files with 202 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "des-dfa"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]