File tree Expand file tree Collapse file tree 2 files changed +30
-19
lines changed
Expand file tree Collapse file tree 2 files changed +30
-19
lines changed Original file line number Diff line number Diff line change @@ -68,3 +68,21 @@ opt-level = 2
6868
6969[profile .bench ]
7070debug = true
71+
72+ [patch .crates-io ]
73+ # https://github.com/RustCrypto/utils/pull/1208
74+ block-buffer = { git = " https://github.com/RustCrypto/utils" }
75+ # https://github.com/RustCrypto/utils/pull/1208
76+ block-padding = { git = " https://github.com/RustCrypto/utils" }
77+ # https://github.com/RustCrypto/traits/pull/1976
78+ cipher = { git = " https://github.com/RustCrypto/traits" }
79+ # https://github.com/RustCrypto/traits/pull/1976
80+ crypto-common = { git = " https://github.com/RustCrypto/traits" }
81+ # https://github.com/RustCrypto/block-modes/pull/84
82+ ctr = { git = " https://github.com/RustCrypto/block-modes" }
83+ # https://github.com/RustCrypto/traits/pull/1976
84+ digest = { git = " https://github.com/RustCrypto/traits" }
85+ # https://github.com/RustCrypto/utils/pull/1208
86+ inout = { git = " https://github.com/RustCrypto/utils" }
87+ # https://github.com/RustCrypto/stream-ciphers/pull/450
88+ salsa20 = { git = " https://github.com/RustCrypto/stream-ciphers" }
You can’t perform that action at this time.
0 commit comments