Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jan 15, 2025
1 parent 9da176c commit d7ed45a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/slow-big.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ should('Scrypt (4GB)', async () => {
deepStrictEqual(await scryptAsync(PASSWORD, SALT, nobleOpts), exp);
});


// takes 5 min
should('HKDF 4GB', () => {
const exp = hexToBytes('411cd96b5326af15c28c6f63e73c1f87b49e6cd0e21a0f7989a993d6d796e0dd');
Expand Down

0 comments on commit d7ed45a

Please sign in to comment.