0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-23 13:43:31 -05:00
denoland-deno/ext/node/polyfills/internal/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
..
_keys.ts chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
_randomBytes.ts chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
_randomFill.mjs chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
_randomInt.ts chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
certificate.ts chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
cipher.ts fix(ext/node): implement aes-128-ctr, aes-192-ctr, and aes-256-ctr (#27630) 2025-01-30 15:34:57 +01:00
constants.ts chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
diffiehellman.ts chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
hash.ts chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
hkdf.ts chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
keygen.ts chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
keys.ts chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
pbkdf2.ts chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
random.ts chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
scrypt.ts fix(ext/node): scrypt panic when log_n > 64 (#27816) 2025-01-30 15:34:55 +01:00
sig.ts chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
types.ts chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
util.ts chore: Happy New Year 2025 (#27509) 2025-01-09 15:19:16 -05:00
x509.ts fix(ext/node): implement X509Certificate#checkHost (#27821) 2025-01-30 15:34:56 +01:00