mirror of
https://github.com/denoland/deno.git
synced 2025-09-21 09:59:48 +00:00
![]()
Some checks failed
ci / pre-build (push) Has been cancelled
ci / build libs (push) Has been cancelled
ci / publish canary (push) Has been cancelled
ci / test debug linux-aarch64 (push) Has been cancelled
ci / test release linux-aarch64 (push) Has been cancelled
ci / test debug macos-aarch64 (push) Has been cancelled
ci / test release macos-aarch64 (push) Has been cancelled
ci / bench release linux-x86_64 (push) Has been cancelled
ci / lint debug linux-x86_64 (push) Has been cancelled
ci / lint debug macos-x86_64 (push) Has been cancelled
ci / lint debug windows-x86_64 (push) Has been cancelled
ci / test debug linux-x86_64 (push) Has been cancelled
ci / test release linux-x86_64 (push) Has been cancelled
ci / test debug macos-x86_64 (push) Has been cancelled
ci / test release macos-x86_64 (push) Has been cancelled
ci / test debug windows-x86_64 (push) Has been cancelled
ci / test release windows-x86_64 (push) Has been cancelled
The original HKDF implementation incorrectly handled TypedArrays by converting them through the toBuf() function, which only handles strings and Buffers. This caused TypedArrays to be processed incorrectly, losing their actual byte representation. Closes https://github.com/denoland/deno/issues/29913 --------- Co-authored-by: gitstart-app[bot] <80938352+gitstart-app[bot]@users.noreply.github.com> Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> |
||
---|---|---|
.. | ||
_keys.ts | ||
_randomBytes.ts | ||
_randomFill.mjs | ||
_randomInt.ts | ||
certificate.ts | ||
cipher.ts | ||
constants.ts | ||
diffiehellman.ts | ||
hash.ts | ||
hkdf.ts | ||
keygen.ts | ||
keys.ts | ||
pbkdf2.ts | ||
random.ts | ||
scrypt.ts | ||
sig.ts | ||
types.ts | ||
util.ts | ||
x509.ts |