0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-23 21:53:26 -05:00
denoland-deno/ext/node/ops/crypto
Nathan Whitaker b8e2a73ce7
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-30 15:34:57 +01:00
..
cipher.rs fix(ext/node): implement aes-128-ctr, aes-192-ctr, and aes-256-ctr (#27630) 2025-01-30 15:34:57 +01:00
dh.rs chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
digest.rs refactor: update deno_core for error refactor (#26867) 2025-01-09 15:19:21 -05:00
keys.rs refactor: update deno_core for error refactor (#26867) 2025-01-09 15:19:21 -05:00
md5_sha1.rs chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
mod.rs fix(ext/node): scrypt panic when log_n > 64 (#27816) 2025-01-30 15:34:55 +01:00
pkcs3.rs chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
primes.rs chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
sign.rs refactor: update deno_core for error refactor (#26867) 2025-01-09 15:19:21 -05:00
x509.rs fix(ext/node): implement X509Certificate#checkHost (#27821) 2025-01-30 15:34:56 +01:00