WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aead/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ such as AES-GCM as ChaCha20Poly1305, which provide a high-level API

[dependencies]
crypto-common = { version = "0.2.0-rc.5", path = "../crypto-common" }
inout = "0.2.0-rc.6"
inout = "0.2"

# optional dependencies
arrayvec = { version = "0.7", optional = true, default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion cipher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description = "Traits for describing block ciphers and stream ciphers"

[dependencies]
crypto-common = { version = "0.2.0-rc.5", path = "../crypto-common" }
inout = "0.2.0-rc.6"
inout = "0.2"

# optional dependencies
blobby = { version = "0.4.0-pre.1", optional = true }
Expand Down