deno/ext/crypto
Bartek Iwańczuk 462ce14a78
refactor: migrate extensions to virtual ops module (#22135)
First pass of migrating away from `Deno.core.ensureFastOps()`.

A few "tricky" ones have been left for a follow up.
2024-01-26 23:46:46 +01:00
..
00_crypto.js refactor: migrate extensions to virtual ops module (#22135) 2024-01-26 23:46:46 +01:00
Cargo.toml chore: forward v1.40.2 commit to main (#22133) 2024-01-26 18:59:16 +00:00
decrypt.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
ed25519.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
encrypt.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
export_key.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
generate_key.rs feat(ext/crypto): initial support for p521 in generateKey and importKey (#21815) 2024-01-06 16:48:31 +05:30
import_key.rs feat(ext/crypto): initial support for p521 in generateKey and importKey (#21815) 2024-01-06 16:48:31 +05:30
key.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
lib.deno_crypto.d.ts chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
lib.rs chore: update to Rust 1.75 (#21731) 2024-01-01 23:22:48 +01:00
README.md
shared.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00
x25519.rs chore: update copyright to 2024 (#21753) 2024-01-01 19:58:21 +00:00

deno_crypto

This crate implements the Web Cryptography API.

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