1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -05:00
denoland-deno/ext/crypto
denobot e7ea4edc8a
1.23.0 (#14878)
* 1.23.0

* docs(Releases.md): update a few items for 1.23

* docs(Releases.md): revert bad formatting

Co-authored-by: aslilac <aslilac@users.noreply.github.com>
Co-authored-by: McKayla Washburn <mckayla@hey.com>
2022-06-15 17:02:18 -06:00
..
00_crypto.js feat(ext/crypto): export elliptic keys as "raw" (#14764) 2022-06-08 08:29:42 +05:30
01_webidl.js fix(ext/crypto): use EcKeyImportParams dictionary (#13894) 2022-03-11 19:35:40 +05:30
Cargo.toml 1.23.0 (#14878) 2022-06-15 17:02:18 -06: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(ext/crypto): export elliptic keys as "raw" (#14764) 2022-06-08 08:29:42 +05:30
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): adjust getRandomValues types (#14714) 2022-06-02 15:15:46 +02:00
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/