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
2022-01-06 13:20:42 +01:00
..
00_crypto.js feat(ext/crypto): implement AES-GCM encryption (#13119) 2022-01-05 20:42:30 +05:30
01_webidl.js feat(ext/crypto): implement AES-GCM encryption (#13119) 2022-01-05 20:42:30 +05:30
Cargo.toml chore: forward 1.17.2 to main (#13295) 2022-01-06 13:20:42 +01:00
decrypt.rs feat(ext/crypto): support AES-CTR encrypt/decrypt (#13177) 2022-01-03 12:27:28 +01:00
encrypt.rs feat(ext/crypto): implement AES-GCM encryption (#13119) 2022-01-05 20:42:30 +05:30
export_key.rs fix(ext/crypto) - exportKey JWK for AES/HMAC must use base64url (#13264) 2022-01-05 01:00:37 +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-03 17:54:45 +05:30
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): implement AES-GCM encryption (#13119) 2022-01-05 20:42:30 +05:30
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/