Skip to content

Commit

Permalink
[+] v0.1.3.1
Browse files Browse the repository at this point in the history
[+] tests
  • Loading branch information
0xMaka authored Sep 28, 2024
2 parents e69ba1e + c9d91fa commit b83e497
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tests/kwl32_util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,13 +207,7 @@ mod kwl32_util {
}

#[test]
fn xor32_same_input() {
let a = [0xFFu8; 32];
assert_eq!(util::xor32(&a, &a), [0u8; 32]);
}

#[test]
fn xor32_same_input() {
fn and32_same_input() {
let a = [0xFFu8; 32];
assert_eq!(util::and32(&a, &a), a);
}
Expand Down

0 comments on commit b83e497

Please sign in to comment.