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
2022-01-05 17:48:25 +01:00
..
00_crypto.js fix(ext/crypto) - exportKey JWK for AES/HMAC must use base64url (#13264) 2022-01-05 16:48:17 +01:00
01_webidl.js feat(ext/crypto): support importing ECSDA and ECDH (#13088) 2021-12-16 17:28:43 +01:00
Cargo.toml chore: release crates for v1.17.2 (#13290) 2022-01-05 17:48:25 +01:00
decrypt.rs refactor(ext/crypto): cleanup decrypt code (#13120) 2021-12-20 16:07:36 +01:00
encrypt.rs refactor(ext/crypto): clean up encrypt rust code (#13094) 2021-12-15 22:18:26 +01:00
export_key.rs fix(ext/crypto) - exportKey JWK for AES/HMAC must use base64url (#13264) 2022-01-05 16:48:17 +01:00
generate_key.rs refactor: use once_cell instead of lazy_static (#13135) 2021-12-18 16:14:42 -05:00
import_key.rs fix(ext/crypto): use forgiving base64 encoding for JWK (#13240) 2022-01-05 16:47:29 +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 importing ECSDA and ECDH (#13088) 2021-12-16 17:28:43 +01:00
lib.rs refactor(ext/crypto): cleanup decrypt code (#13120) 2021-12-20 16:07:36 +01:00
README.md Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
shared.rs feat(ext/crypto): support importing ECSDA and ECDH (#13088) 2021-12-16 17:28:43 +01:00

deno_crypto

This crate implements the Web Cryptography API.

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