1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-29 16:30:56 -05:00
denoland-deno/ext/crypto
Luca Casonato b220a58d1a
feat(ext/crypto): support exporting RSA JWKs (#13081)
This commit adds support for exporting RSA JWKs in the Web Crypto API.
It also does some minor fixes for RSA JWK imports.

Co-authored-by: Sean Michael Wykes <sean.wykes@nascent.com.br>
2021-12-14 17:02:14 +01:00
..
00_crypto.js feat(ext/crypto): support exporting RSA JWKs (#13081) 2021-12-14 17:02:14 +01:00
01_webidl.js feat(ext/crypto): implement deriveKey (#12117) 2021-10-12 16:09:46 +05:30
Cargo.toml refactor(ext/crypto): generateKey rust cleanup (#13069) 2021-12-13 18:45:08 +01:00
export_key.rs feat(ext/crypto): support exporting RSA JWKs (#13081) 2021-12-14 17:02:14 +01:00
generate_key.rs refactor(ext/crypto): generateKey rust cleanup (#13069) 2021-12-13 18:45:08 +01:00
import_key.rs feat(ext/crypto): support importing RSA JWKs (#13071) 2021-12-14 12:25:07 +01:00
key.rs feat(ext/crypto): import RSA pkcs#8 keys (#11891) 2021-09-14 15:21:20 +02:00
lib.deno_crypto.d.ts feat(ext/crypto): support exporting RSA JWKs (#13081) 2021-12-14 17:02:14 +01:00
lib.rs refactor(ext/crypto): generateKey rust cleanup (#13069) 2021-12-13 18:45:08 +01:00
README.md Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
shared.rs refactor(ext/crypto): generateKey rust cleanup (#13069) 2021-12-13 18:45:08 +01:00

deno_crypto

This crate implements the Web Cryptography API.

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