Skip to content

Commit

Permalink
Move to SHA3-512
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Jan 27, 2025
1 parent ba7ba0f commit 8eca87e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/setup/NUnitTestReporter.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const os = require('os');
const stripANSI = require('strip-ansi');

const hash = value => {
const hash = createHash('sha512');
const hash = createHash('sha3-512');

hash.update(value);

Expand Down

0 comments on commit 8eca87e

Please sign in to comment.