Skip to content

Commit

Permalink
Bump ghash to v0.4; polyval to v0.5 (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Apr 29, 2021
1 parent 8550603 commit 0421f5d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 7 additions & 5 deletions Cargo.lock

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

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ members = [
[patch.crates-io]
chacha20 = { git = "https://github.com/RustCrypto/stream-ciphers.git" }
cmac = { git = "https://github.com/RustCrypto/MACs.git" }
ghash = { git = "https://github.com/RustCrypto/universal-hashes.git" }
kuznyechik = { git = "https://github.com/RustCrypto/block-ciphers.git" }
pmac = { git = "https://github.com/RustCrypto/MACs.git" }
polyval = { git = "https://github.com/RustCrypto/universal-hashes.git" }
salsa20 = { git = "https://github.com/RustCrypto/stream-ciphers.git" }
2 changes: 1 addition & 1 deletion aes-gcm-siv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ aead = { version = "0.4", default-features = false }
aes = { version = "0.7", optional = true }
cipher = "0.3"
ctr = "0.7"
polyval = { version = "=0.5.0-pre", default-features = false }
polyval = { version = "0.5", default-features = false }
subtle = { version = "2", default-features = false }
zeroize = { version = "1", default-features = false }

Expand Down
2 changes: 1 addition & 1 deletion aes-gcm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ aead = { version = "0.4", default-features = false }
aes = { version = "0.7", optional = true }
cipher = "0.3"
ctr = "0.7"
ghash = { version = "=0.4.0-pre", default-features = false }
ghash = { version = "0.4", default-features = false }
subtle = { version = "2", default-features = false }
zeroize = { version = "1", optional = true, default-features = false }

Expand Down

0 comments on commit 0421f5d

Please sign in to comment.