Skip to content

Commit

Permalink
fix GenerateCounterBlocks tessts
Browse files Browse the repository at this point in the history
  • Loading branch information
yash1io committed Aug 3, 2024
1 parent 9b3c2bf commit 3bdc9cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/ctr.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -284,19 +284,19 @@ describe("GenerateCounterBlocks", async () => {
[
[0xf0, 0xf4, 0xf8, 0xfc],
[0xf1, 0xf5, 0xf9, 0xfd],
[0xf2, 0xf6, 0xfa, 0xfe],
[0xf2, 0xf6, 0xfa, 0xff],
[0xf3, 0xf7, 0xfb, 0x00],
],
[
[0xf0, 0xf4, 0xf8, 0xfc],
[0xf1, 0xf5, 0xf9, 0xfd],
[0xf2, 0xf6, 0xfa, 0xfe],
[0xf2, 0xf6, 0xfa, 0xff],
[0xf3, 0xf7, 0xfb, 0x01],
],
[
[0xf0, 0xf4, 0xf8, 0xfc],
[0xf1, 0xf5, 0xf9, 0xfd],
[0xf2, 0xf6, 0xfa, 0xfe],
[0xf2, 0xf6, 0xfa, 0xff],
[0xf3, 0xf7, 0xfb, 0x02],
],
],
Expand Down

0 comments on commit 3bdc9cb

Please sign in to comment.