We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9902544 commit 70febc0Copy full SHA for 70febc0
test/sequential/test-crypto-timing-safe-equal.js
@@ -40,7 +40,7 @@ assert.strictEqual(
40
true
41
);
42
assert.strictEqual(
43
- crypto.timingSafeEqal(
+ crypto.timingSafeEqual(
44
new Uint8Array(ab32, 0, 16),
45
Buffer.from(ab32, 0, 16)
46
),
0 commit comments