1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/ext/crypto
denobot 3b78981ffe
chore: forward v1.37.1 release commit to main (#20706)
This is the release commit being forwarded back to main for 1.37.1

Co-authored-by: littledivy <littledivy@users.noreply.github.com>
2023-09-27 09:13:48 +00:00
..
00_crypto.js fix(ext/crypto): remove EdDSA alg key checks and export (#20331) 2023-08-31 18:26:26 +05:30
Cargo.toml chore: forward v1.37.1 release commit to main (#20706) 2023-09-27 09:13:48 +00:00
decrypt.rs refactor: rewrite ext/crypto to op2 (#20477) 2023-09-13 17:54:19 +02:00
ed25519.rs refactor: rewrite ext/crypto to op2 (#20477) 2023-09-13 17:54:19 +02:00
encrypt.rs refactor: rewrite ext/crypto to op2 (#20477) 2023-09-13 17:54:19 +02:00
export_key.rs refactor: rewrite ext/crypto to op2 (#20477) 2023-09-13 17:54:19 +02:00
generate_key.rs refactor: rewrite ext/crypto to op2 (#20477) 2023-09-13 17:54:19 +02:00
import_key.rs refactor: rewrite ext/crypto to op2 (#20477) 2023-09-13 17:54:19 +02:00
key.rs chore: update copyright year to 2023 (#17247) 2023-01-02 21:00:42 +00:00
lib.deno_crypto.d.ts fix(dts): make globals available on globalThis (#19438) 2023-07-03 14:36:55 -04:00
lib.rs refactor: rewrite some ops to op2 macro (#20603) 2023-09-21 08:08:23 -06:00
README.md Rename extensions/ directory to ext/ (#11643) 2021-08-11 12:27:05 +02:00
shared.rs refactor(serde_v8): split ZeroCopyBuf into JsBuffer and ToJsBuffer (#19566) 2023-06-22 23:37:56 +02:00
x25519.rs refactor: rewrite ext/crypto to op2 (#20477) 2023-09-13 17:54:19 +02:00

deno_crypto

This crate implements the Web Cryptography API.

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