0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-20 12:22:52 -05:00
denoland-deno/ext/node/ops/crypto
Nathan Whitaker 094e268002
fix(ext/node): implement aes-128-ctr, aes-192-ctr, and aes-256-ctr (#27630)
Fixes https://github.com/denoland/deno/issues/24864

Need to add some tests, also unsure about the right counter size (went
with 128 bit to be safe)

---------

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2025-01-27 23:35:51 -08:00
..
cipher.rs fix(ext/node): implement aes-128-ctr, aes-192-ctr, and aes-256-ctr (#27630) 2025-01-27 23:35:51 -08:00
dh.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
digest.rs refactor: update deno_core for error refactor (#26867) 2025-01-08 14:52:32 -08:00
keys.rs refactor: update deno_core for error refactor (#26867) 2025-01-08 14:52:32 -08:00
md5_sha1.rs chore: Happy New Year 2025 (#27509) 2024-12-31 19:12:39 +00:00
mod.rs fix(ext/node): scrypt panic when log_n > 64 (#27816) 2025-01-27 09:12:51 +05:30
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