1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-15 02:20:15 -05:00
denoland-deno/ext/crypto
Luca Casonato ec7d90666f
fix(ext/crypto): various cleanup in JWK imports (#13092)
This aligns all of the error messages, and makes falsey comparisons
more strict.
2021-12-15 15:46:29 +01:00
..
00_crypto.js fix(ext/crypto): various cleanup in JWK imports (#13092) 2021-12-15 15:46:29 +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/