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