Solutions to set 1

This commit is contained in:
2023-04-26 21:58:19 -07:00
parent 6cceb35c3d
commit e5edf80da4
26 changed files with 1179 additions and 0 deletions

View File

@ -0,0 +1 @@
1c0111001f010100061a024b53535009181c

View File

@ -0,0 +1 @@
686974207468652062756c6c277320657965

10
examples/set1_2/main.rs Normal file
View File

@ -0,0 +1,10 @@
use cryptopals::{prelude::*, bvec};
fn main() {
assert_eq!(
bvec!("input1.txt").xor_with(&bvec!("input2.txt")).unwrap(),
bvec!("output.txt")
);
println!("pass!")
}

View File

@ -0,0 +1 @@
746865206b696420646f6e277420706c6179