0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-22 05:12:55 -05:00
denoland-deno/ext/node/polyfills/internal
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
..
console chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
crypto fix(ext/node): implement aes-128-ctr, aes-192-ctr, and aes-256-ctr (#27630) 2025-01-30 15:34:57 +01:00
dns chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
events chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
fs fix(ext/node): add FileHandle#sync (#27677) 2025-01-22 00:24:24 +01:00
process chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
readline chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
streams chore(ext/node): remove internal/streams/buffer_list.mjs (#27822) 2025-01-30 15:34:55 +01:00
test chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
util fix(ext/node): fix formatting of debug logs (#27772) 2025-01-30 15:34:51 +01:00
assert.mjs chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
async_hooks.ts chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
blocklist.mjs chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
buffer.d.ts chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
buffer.mjs chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
child_process.ts refactor: add 'deno_process' crate (#27680) 2025-01-22 00:24:16 +01:00
cli_table.ts chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
constants.ts chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
dgram.ts chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
dtrace.ts chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
error_codes.ts chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
errors.ts chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
event_target.mjs chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
fixed_queue.ts chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
hide_stack_frames.ts chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
http.ts chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
idna.ts chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
net.ts chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
normalize_encoding.mjs chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
options.ts chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
primordials.mjs chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
querystring.ts chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
stream_base_commons.ts chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
timers.mjs chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
url.ts chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
util.mjs chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
validators.mjs chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00