-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update crypto packages. Also remove all Vecs outside of tests
Remove rust-crypto. Now uses Peter Reed's chacha and RustCrypto's blake2
- Loading branch information
Showing
3 changed files
with
116 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "lioness" | ||
version = "0.1.1" | ||
version = "0.1.2" | ||
authors = ["Jeffrey Burdges <[email protected]>", "David Stainton <[email protected]>"] | ||
description = "Lioness wide block cipher" | ||
homepage = "https://github.com/burdges/lioness-rs" | ||
|
@@ -11,9 +11,11 @@ keywords = ["cryptography","cipher","lioness", "sphinx", "mixnet"] | |
license = "MIT/Apache-2.0" | ||
|
||
[dependencies] | ||
rust-crypto = "^0.2" | ||
arrayref = "^0.3.4" | ||
keystream = "^1.0.0" | ||
chacha = "^0.3.0" | ||
blake2 = "0.8.0" | ||
|
||
[dev-dependencies] | ||
rand = "^0.3" | ||
rustc-serialize = "0.3" | ||
rand = "0.5.0" | ||
hex = "0.3.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.