updated dependencies, added IPLS tag, rewrote stuff with epic itty-router features

This commit is contained in:
uh wot 2023-07-01 21:12:45 +02:00
parent c09a27e99b
commit 7f6c507926
Signed by: uhwot
GPG key ID: CB2454984587B781
7 changed files with 998 additions and 614 deletions

View file

@ -11,7 +11,7 @@ crate-type = ["cdylib", "rlib"]
blowfish = "0.9"
aes = "0.8"
md-5 = "0.10"
cipher = { version = "0.4", features = ["block-padding"] }
cipher = { version = "0.4", features = ["block-padding", "alloc"] }
cbc = "0.1"
hex = "0.4"