Skip to content

Commit

Permalink
harden full derivation path
Browse files Browse the repository at this point in the history
  • Loading branch information
mozrt2 committed Jan 22, 2024
1 parent 5c34841 commit 8754b12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/generateEphemeralPrivateKey.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ describe('generateEphemeralPrivateKey', () => {
});

expect(ephemeralPrivateKey).toEqual(
'0xef01af02e46bea24d45e909d3c219cbc5122e1cafd13f914deea1237ea0b01a6',
'0xe0b00bde074552abedf968bdbfbcaab4d7a2c85a2251ef7cd6c29df9d9cf13b7',
);
});

Expand All @@ -29,7 +29,7 @@ describe('generateEphemeralPrivateKey', () => {
});

expect(ephemeralPrivateKey).toEqual(
'0x4f80725f967e22f2597e363f977bb563de45c5e22e9c3594ebc0de8bdccf8945',
'0x51bbb418b9c5743db6ea0419002b7da4bf3e0232adde05fc2d23334b388a726e',
);
});

Expand Down

0 comments on commit 8754b12

Please sign in to comment.