0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/ext/crypto
Luca Casonato d0b5ff6db9
feat(ext/crypto): generate ECDH keys (#11870)
Add support for ECDH algorithm in SubtleCrypto#generateKey.
2021-09-13 11:35:49 +02:00
..
00_crypto.js feat(ext/crypto): generate ECDH keys (#11870) 2021-09-13 11:35:49 +02:00
01_webidl.js feat(ext/crypto): implement HKDF operations (#11865) 2021-09-11 16:54:03 -04:00
Cargo.toml chore: update dependencies (#11856) 2021-09-02 23:38:44 +02:00
key.rs feat(ext/crypto): implement HKDF operations (#11865) 2021-09-11 16:54:03 -04:00
lib.deno_crypto.d.ts fix(ext/crypto): add HkdfParams and Pkdf2Params types (#11991) 2021-09-12 23:02:49 +02:00
lib.rs feat(ext/crypto): generate ECDH keys (#11870) 2021-09-13 11:35:49 +02:00
README.md Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00

deno_crypto

This crate implements the Web Cryptography API.

Spec: https://www.w3.org/TR/WebCryptoAPI/