baesd ruste crypto?!!?1'1??!?!!?!?

This commit is contained in:
uh wot 2021-08-02 17:26:47 +02:00
parent 6994f35062
commit 30153cfb8a
Signed by: uhwot
GPG key ID: CB2454984587B781
10 changed files with 7234 additions and 69 deletions

26
Cargo.toml Normal file
View file

@ -0,0 +1,26 @@
[package]
name = "dzserver"
version = "0.1.0"
authors = ["uh wot <uhwot@protonmail.com>"]
edition = "2018"
[lib]
crate-type = ["cdylib", "rlib"]
[dependencies]
block-modes = "0.8"
blowfish = "0.8"
aes = "0.7"
md-5 = "0.9"
hex = "0.4"
js-sys = "0.3"
wasm-bindgen = "=0.2.74"
[dev-dependencies]
wasm-bindgen-test = "0.3"
[profile.release]
# Tell `rustc` to optimize for small code size.
opt-level = "s"
lto = true