We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff17b39 commit 9b58b79Copy full SHA for 9b58b79
lib/internal/crypto/hash.js
@@ -23,8 +23,8 @@ const { inherits } = require('util');
23
const { normalizeEncoding } = require('internal/util');
24
const { isArrayBufferView } = require('internal/util/types');
25
const LazyTransform = require('internal/streams/lazy_transform');
26
-const kState = Symbol('state');
27
-const kFinalized = Symbol('finalized');
+const kState = Symbol('kState');
+const kFinalized = Symbol('kFinalized');
28
29
function Hash(algorithm, options) {
30
if (!(this instanceof Hash))
0 commit comments