main.rs update
This commit is contained in:
@@ -46,6 +46,4 @@ fn main() {
|
||||
.collect();
|
||||
|
||||
println!("Decrypted : {:?}", decrypted);
|
||||
|
||||
assert_eq!(plaintext.to_vec(), decrypted);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user