Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9b58b79

Browse filesBrowse files
tniessentargos
authored andcommitted
crypto: rename symbols to match guidelines
PR-URL: #22770 Refs: #22684 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent ff17b39 commit 9b58b79
Copy full SHA for 9b58b79

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎lib/internal/crypto/hash.js‎

Copy file name to clipboardExpand all lines: lib/internal/crypto/hash.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ const { inherits } = require('util');
2323
const { normalizeEncoding } = require('internal/util');
2424
const { isArrayBufferView } = require('internal/util/types');
2525
const LazyTransform = require('internal/streams/lazy_transform');
26-
const kState = Symbol('state');
27-
const kFinalized = Symbol('finalized');
26+
const kState = Symbol('kState');
27+
const kFinalized = Symbol('kFinalized');
2828

2929
function Hash(algorithm, options) {
3030
if (!(this instanceof Hash))

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.