You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
globalThis.process?.getBuiltinModule?.('node:crypto')?.timingSafeEqual(new Uint8Array(), new Uint8Array([1,2]))
Uncaught [RangeError: Input buffers must have the same byte length] {
code: 'ERR_CRYPTO_TIMING_SAFE_EQUAL_LENGTH'
}
Deno:
globalThis.process?.getBuiltinModule?.('node:crypto')?.timingSafeEqual(new Uint8Array(), new Uint8Array([1,2]))
false
The text was updated successfully, but these errors were encountered:
Version: Deno 2.1.2
See https://nodejs.org/api/crypto.html#cryptotimingsafeequala-b
deno/ext/node/polyfills/internal_binding/_timingSafeEqual.ts
Lines 21 to 23 in 2fbc5fe
Node:
Deno:
The text was updated successfully, but these errors were encountered: