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
Levente Kurusa c3d670dbc9
feat(node/crypto): Elliptic Curve Diffie-Hellman (ECDH) support (#18832)
- ECDH class
- crypto.createECDH()
- Supported curves:
  - secp256k1
  - prime256v1 / secp256r1
  - secp384r1
  - secp224r1

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2023-04-27 18:31:35 +02:00
..
cipher.rs refactor(ext/node): reorganize ops (#18799) 2023-04-24 12:22:21 +02:00
dh.rs refactor(ext/node): reorganize ops (#18799) 2023-04-24 12:22:21 +02:00
digest.rs refactor(ext/node): reorganize ops (#18799) 2023-04-24 12:22:21 +02:00
mod.rs feat(node/crypto): Elliptic Curve Diffie-Hellman (ECDH) support (#18832) 2023-04-27 18:31:35 +02:00
primes.rs fix(ext/node): prime generation (#18861) 2023-04-27 19:40:59 +05:30
x509.rs refactor(ext/node): reorganize ops (#18799) 2023-04-24 12:22:21 +02:00