1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-26 16:09:27 -05:00
denoland-deno/ext/node/ops/crypto
Divy Srivastava 9befa566ec
fix(ext/node): implement AES GCM cipher (#20368)
Adds support for AES-GCM 128/256 bit keys in `node:crypto` and
`setAAD()`, `setAuthTag()` and `getAuthTag()`

Uses https://github.com/littledivy/aead-gcm-stream

Fixes https://github.com/denoland/deno/issues/19836
https://github.com/denoland/deno/issues/20353
2023-09-06 11:01:50 +05:30
..
cipher.rs fix(ext/node): implement AES GCM cipher (#20368) 2023-09-06 11:01:50 +05:30
dh.rs feat(node/crypto): Diffie Hellman Support (#18943) 2023-05-15 19:41:53 +02:00
digest.rs test(ext/node): port crypto_test.ts from deno_std (#19561) 2023-06-27 11:04:49 +09:00
mod.rs fix(ext/node): implement AES GCM cipher (#20368) 2023-09-06 11:01:50 +05:30
primes.rs fix(ext/node): prime generation (#18861) 2023-04-27 19:40:59 +05:30
x509.rs chore: update to Rust 1.72 (#20258) 2023-08-26 22:04:12 -06:00