summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-04-13 19:38:33 -0400
committerJesse Luehrs <doy@tozt.net>2019-04-13 19:38:33 -0400
commitae2d0f82a6ec62deb1751696dce51fad0f028e0f (patch)
tree33b28f6e95438e115378b8fe4fa1cdb1262f2f2a /tests
parent01e62e9baaf5860f0b9dee39e985a89333c0a854 (diff)
downloadmatasano-ae2d0f82a6ec62deb1751696dce51fad0f028e0f.tar.gz
matasano-ae2d0f82a6ec62deb1751696dce51fad0f028e0f.zip
rustfmt
Diffstat (limited to 'tests')
-rw-r--r--tests/set2.rs5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/set2.rs b/tests/set2.rs
index a77cf7a..9194fb2 100644
--- a/tests/set2.rs
+++ b/tests/set2.rs
@@ -50,7 +50,10 @@ fn problem_11() {
unsafe {
LAST_MODE = matasano::BlockCipherMode::ECB;
}
- return matasano::encrypt_aes_128_ecb(&padded_input[..], &key[..]);
+ return matasano::encrypt_aes_128_ecb(
+ &padded_input[..],
+ &key[..],
+ );
} else {
unsafe {
LAST_MODE = matasano::BlockCipherMode::CBC;