Skip to content

Commit

Permalink
Move to SHA3-512 (#5414)
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim authored Jan 27, 2025
1 parent e44c342 commit 1f5e557
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 1f5e557

Please sign in to comment.