main.rs update

This commit is contained in:
2026-04-02 16:59:06 +02:00
parent 411e00eb2b
commit 5fd41bc35e

View File

@@ -46,6 +46,4 @@ fn main() {
.collect(); .collect();
println!("Decrypted : {:?}", decrypted); println!("Decrypted : {:?}", decrypted);
assert_eq!(plaintext.to_vec(), decrypted);
} }