Skip to content

Commit

Permalink
Use official block-cipher (RustCrypto/block-ciphers#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
Clint.Network committed Jan 25, 2020
1 parent 89c926b commit 7118301
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 4 deletions.
37 changes: 34 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ tree_magic = "0.2.1"
snafu = "0.6.2"
bytes = "0.5.3"
fern = "0.5.9"
hex-literal = "0.2.1"
clap = { version = "2.33.0", features = ["yaml"] }
warp = { version = "0.2.0", features = ["tls"] }
log = { version = "0.4.8", features = ["serde"] }
tokio = { version = "0.2.9", features = ["full"] }
serpent = { git = "https://github.com/lucid-kv/block-ciphers" }
serpent = { git = "https://github.com/RustCrypto/block-ciphers" }

0 comments on commit 7118301

Please sign in to comment.