Fix embarrassing naming error and still don't know what I am doing wrong.

This commit is contained in:
2022-04-25 20:21:59 -04:00
parent 4bbfc0e49f
commit f0cfefd352
3 changed files with 38 additions and 26 deletions

View File

@@ -1,6 +1,6 @@
mod bytes;
mod bytes_base64;
mod cbs;
mod cbc;
mod ecb;
mod set1;
mod set2;
@@ -13,7 +13,7 @@ fn main() {
// set1::challenge5();
// set1::challenge6();
// set1::challenge7();
// set1::challenge8();
set1::challenge8();
set2::challenge9();
set2::challenge10();
set2::challenge11();