Add test for bug in padding validation and get ready for challenge 18.

This commit is contained in:
2022-07-05 19:13:15 -04:00
parent 57836c91f1
commit 29c2685b1a
3 changed files with 13 additions and 0 deletions

View File

@@ -93,3 +93,7 @@ pub fn challenge17() {
assert_eq!(roundtrip, cleartext);
println!("[okay] Challenge 17: {}", roundtrip.to_utf8());
}
pub fn challenge18() {
println!("[xxxx] Challenge 18: ");
}