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-22 09:19:53 -04:00
..
00_crypto.js fix(ext/crypto): handle JWK import with "use" (#13912) 2022-03-11 20:26:16 +05:30
01_webidl.js fix(ext/crypto): use EcKeyImportParams dictionary (#13894) 2022-03-11 19:35:40 +05:30
Cargo.toml feat: upgrade to swc_ecmascript 0.137.0 (#14067) 2022-03-22 09:19:53 -04:00
decrypt.rs feat(ops): optional OpState (#13954) 2022-03-16 00:33:46 +01:00
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(ops): optional OpState (#13954) 2022-03-16 00:33:46 +01:00
export_key.rs feat(ops): optional OpState (#13954) 2022-03-16 00:33:46 +01:00
generate_key.rs feat(ops): optional OpState (#13954) 2022-03-16 00:33:46 +01:00
import_key.rs feat(ops): optional OpState (#13954) 2022-03-16 00:33:46 +01:00
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 fix: cargo publish fails without absolute paths (#13993) 2022-03-17 01:25:44 +01:00
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/