Skip to content

Commit

Permalink
fix/cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
makavity committed Jul 25, 2024
1 parent 3581872 commit f71606f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions bake-kdf/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@ fn test_keyexpand() {

#[test]
fn test_keyrep() {
let mut x: [u32; 8] =
[
0xE9DEE72C, 0x8F0C0FA6, 0x2DDB49F4, 0x6F739647, 0x06075316, 0xED247A37, 0x39CBA383,
0x03A98BF6,
];
let mut x: [u32; 8] = [
0xE9DEE72C, 0x8F0C0FA6, 0x2DDB49F4, 0x6F739647, 0x06075316, 0xED247A37, 0x39CBA383,
0x03A98BF6,
];
let d: [u32; 3] = [0x01000000, 0x00000000, 0x00000000];
let i: [u32; 4] = [0x5BE3D612, 0x17B96181, 0xFE6786AD, 0x716B890B];

Expand Down

0 comments on commit f71606f

Please sign in to comment.