deno/ext/node/ops/crypto
Arsh 447b5038c0
fix(ext/node): alias shake-128 and shake-256 hash algorithms (#28451)
Fixes #28442

---------

Signed-off-by: Arsh <69170106+lilnasy@users.noreply.github.com>
Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
2025-04-10 07:58:44 +00:00
..
digest perf(crypto): use ring for asm implementations of sha256/sha512 (#27885) 2025-01-30 23:38:14 +00:00
cipher.rs fix(ext/node): decipherIv() range error on invalid final block length (#28215) 2025-02-21 04:48:38 +00:00
dh.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
digest.rs fix(ext/node): alias shake-128 and shake-256 hash algorithms (#28451) 2025-04-10 07:58:44 +00:00
keys.rs chore: update to rust 1.85 (#28236) 2025-02-25 08:50:01 -08:00
md5_sha1.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
mod.rs chore: update to rust 1.85 (#28236) 2025-02-25 08:50:01 -08:00
pkcs3.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
primes.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
sign.rs refactor: update deno_core for error refactor (#26867) 2025-01-08 14:52:32 -08:00
x509.rs fix(ext/node): implement X509Certificate#checkHost (#27821) 2025-01-27 16:33:03 +05:30