0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
denoland-deno/ext/crypto
2022-05-12 18:43:00 +02:00
..
00_crypto.js fix(ext/crypto): check extractable in exportKey (#14222) 2022-04-07 18:28:56 +05:30
01_webidl.js fix(ext/crypto): use EcKeyImportParams dictionary (#13894) 2022-03-11 19:35:40 +05:30
Cargo.toml 1.21.3 (#14584) 2022-05-12 18:43:00 +02: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 chore: update deps (#14416) 2022-05-05 12:41:59 +02: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/