Update aes, aesni and authors
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -20,7 +20,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "aesni"
|
name = "aesni"
|
||||||
version = "0.4.1"
|
version = "0.99.99"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"block-cipher-trait 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"block-cipher-trait 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
name = "zip32"
|
name = "zip32"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
authors = [
|
authors = [
|
||||||
|
"The Hush Developers",
|
||||||
"Jack Grigg <jack@z.cash>",
|
"Jack Grigg <jack@z.cash>",
|
||||||
]
|
]
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
@@ -12,7 +13,7 @@ homepage = "https://github.com/zcash-hackworks/zip32"
|
|||||||
repository = "https://github.com/zcash-hackworks/zip32"
|
repository = "https://github.com/zcash-hackworks/zip32"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
aes = "0.2"
|
aes = "0.4"
|
||||||
byteorder = "1"
|
byteorder = "1"
|
||||||
ff = { path = "../ff" }
|
ff = { path = "../ff" }
|
||||||
fpe = "0.1"
|
fpe = "0.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user