commit | 8a99adf0c5d413a0de95a549d28c55c95f862c3d | [log] [tgz] |
---|---|---|
author | David Brown <david.brown@linaro.org> | Thu Jul 09 16:52:38 2020 -0600 |
committer | David Brown <davidb@davidb.org> | Fri Jul 10 11:14:15 2020 -0600 |
tree | 94993c83bf5853a27a534f88474d6ec77d1a8291 | |
parent | 886641b77a982c576d2d636cfa635c87dc04b312 [diff] [blame] |
sim: Update to aes-ctr 0.4 and fix for API changes Upgrade to the latest aes-ctr package, and apply minor fixes due to trait naming changes in this version. Signed-off-by: David Brown <david.brown@linaro.org>
diff --git a/sim/src/image.rs b/sim/src/image.rs index a44aadb..4a39010 100644 --- a/sim/src/image.rs +++ b/sim/src/image.rs
@@ -28,8 +28,8 @@ Aes128Ctr, stream_cipher::{ generic_array::GenericArray, - NewFixStreamCipher, - StreamCipherCore, + NewStreamCipher, + SyncStreamCipher, }, };