Update aes, aesni and authors

This commit is contained in:
Duke Leto
2022-03-03 18:59:02 -05:00
parent c625034163
commit 9ef137d7e9
2 changed files with 3 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
name = "zip32"
version = "0.0.0"
authors = [
"The Hush Developers",
"Jack Grigg <jack@z.cash>",
]
license = "MIT/Apache-2.0"
@@ -12,7 +13,7 @@ homepage = "https://github.com/zcash-hackworks/zip32"
repository = "https://github.com/zcash-hackworks/zip32"
[dependencies]
aes = "0.2"
aes = "0.4"
byteorder = "1"
ff = { path = "../ff" }
fpe = "0.1"