We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab9484c + 6ef8722 commit 450af92Copy full SHA for 450af92
.gitignore
@@ -25,4 +25,4 @@ Cargo.lock
25
# Ignore the key files if they are generated
26
public.key
27
secret.key
28
-ciphertext.txt
+ciphertext.txt
src/main.rs
@@ -195,7 +195,7 @@ fn main() {
195
};
196
197
let message = decrypt_string(&sk_string, &ct_string, ¶ms);
198
- println!("{}", message);
+ println!("message: {:?}", message);
199
}
200
201
0 commit comments