0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/ext/crypto
2021-12-27 08:25:17 -05:00
..
00_crypto.js fix(ext/crypto) include AES-CTR for deriveKey (#13174) 2021-12-27 08:25:17 -05:00
01_webidl.js feat(ext/crypto): support importing ECSDA and ECDH (#13088) 2021-12-16 17:28:43 +01:00
Cargo.toml chore: merge v1.17.1 into main (#13184) 2021-12-22 22:20:17 +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 feat(ext/crypto): support exporting RSA JWKs (#13081) 2021-12-14 17:02:14 +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 feat(ext/crypto): support importing ECSDA and ECDH (#13088) 2021-12-16 17:28:43 +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/