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
2022-03-11 19:35:40 +05:30
..
00_crypto.js chore(ext/crypto): remove old todos (#13887) 2022-03-09 18:13:11 +05:30
01_webidl.js fix(ext/crypto): use EcKeyImportParams dictionary (#13894) 2022-03-11 19:35:40 +05:30
Cargo.toml v1.19.3 2022-03-10 23:29:14 +09:00
decrypt.rs feat(ext/crypto): AES-GCM support for 128bit IVs (#13805) 2022-03-02 10:56:10 +05:30
ec_key.rs feat(ext/crypto): implement pkcs8/JWK for P-384 curves (#13154) 2022-01-19 12:14:35 +05:30
encrypt.rs feat(ext/crypto): AES-GCM support for 128bit IVs (#13805) 2022-03-02 10:56:10 +05:30
export_key.rs feat(ext/crypto): implement pkcs8/spki/jwk exportKey for ECDSA and ECDH (#13104) 2022-01-19 09:08:35 +05:30
generate_key.rs refactor: use once_cell instead of lazy_static (#13135) 2021-12-18 16:14:42 -05:00
import_key.rs fix(ext/crypto): validate maskGenAlgorithm asn1 in importKey (#13421) 2022-01-19 20:12:43 +05:30
key.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00
lib.deno_crypto.d.ts fix(ext/crypto): use EcKeyImportParams dictionary (#13894) 2022-03-11 19:35:40 +05:30
lib.rs feat(ext/crypto): implement pkcs8/spki/jwk exportKey for ECDSA and ECDH (#13104) 2022-01-19 09:08:35 +05:30
README.md Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
shared.rs fix(ext/crypto): support EC p256 private key material in exportKey (#13547) 2022-02-08 18:48:28 +05:30

deno_crypto

This crate implements the Web Cryptography API.

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