Skip to content

Commit

Permalink
Nits
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Jun 27, 2024
1 parent fe86ebb commit 2053038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ mod tests {
use crate::aegis128l::Aegis128LMac;

let key = b"YELLOW SUBMARINE";
let mut st: Aegis128LMac<16> = Aegis128LMac::new(&key);
let mut st: Aegis128LMac<16> = Aegis128LMac::new(key);
let mut st2 = st.clone();
let expected_mac: [u8; 16] = [
76, 47, 241, 40, 153, 182, 236, 199, 34, 12, 236, 15, 210, 193, 95, 189,
Expand Down

0 comments on commit 2053038

Please sign in to comment.