1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
denoland-deno/ext/crypto
Colin Ihrig 088bc52db0
Forward 1.24.1 to main (#15333) (#15336)
1.24.1 (#15333)

Co-authored-by: cjihrig <cjihrig@users.noreply.github.com>
2022-07-29 08:44:46 -04: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 Forward 1.24.1 to main (#15333) (#15336) 2022-07-29 08:44:46 -04:00
decrypt.rs chore(ext/crypto): update webcrypto deps (#14452) 2022-06-20 16:53:57 +05:30
encrypt.rs chore(ext/crypto): update webcrypto deps (#14452) 2022-06-20 16:53:57 +05:30
export_key.rs chore(ext/crypto): update webcrypto deps (#14452) 2022-06-20 16:53:57 +05:30
generate_key.rs chore(ext/crypto): update webcrypto deps (#14452) 2022-06-20 16:53:57 +05:30
import_key.rs chore(ext/crypto): update webcrypto deps (#14452) 2022-06-20 16:53:57 +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): Adjust typings for Crypto.getRandomValues() (#15130) 2022-07-11 21:43:57 +02:00
lib.rs feat(ext/crypto): deriveBits P-384 (#15138) 2022-07-23 22:34:37 +05:30
README.md Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
shared.rs chore(ext/crypto): update webcrypto deps (#14452) 2022-06-20 16:53:57 +05:30

deno_crypto

This crate implements the Web Cryptography API.

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