Skip to content

Commit 1f5e557

Browse files
authored
Move to SHA3-512 (#5414)
1 parent e44c342 commit 1f5e557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/setup/NUnitTestReporter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const os = require('os');
1212
const stripANSI = require('strip-ansi');
1313

1414
const hash = value => {
15-
const hash = createHash('sha512');
15+
const hash = createHash('sha3-512');
1616

1717
hash.update(value);
1818

0 commit comments

Comments
 (0)