1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00
denoland-deno/ext/crypto
Kitson Kelly 1c44f4060e
1.22.1
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>

Co-authored-by: denobot <33910674+denobot@users.noreply.github.com>
2022-05-27 17:36:43 +10: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.22.1 2022-05-27 17:36:43 +10: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/