diff --git a/src/b64.rs b/src/b64.rs index 0d46290..9059ecd 100644 --- a/src/b64.rs +++ b/src/b64.rs @@ -86,7 +86,7 @@ mod tests { } #[test] - fn cryptopals_input() { + fn cryptopals() { let input = "49276d206b696c6c696e6720796f757220627261696e206c696b65206120706f69736f6e6f7573206d757368726f6f6d"; let ex_output = "SSdtIGtpbGxpbmcgeW91ciBicmFpbiBsaWtlIGEgcG9pc29ub3VzIG11c2hyb29t"; println!("");