mirror of
https://github.com/denoland/deno.git
synced 2024-11-30 16:40:57 -05:00
9d58c896dc
As per https://github.com/WICG/webcrypto-secure-curves/pull/24 this removes the check for Ed25519 JWK `alg` during importKey and removes the `alg` for Ed25519 keys during JWK exportKey. |
||
---|---|---|
.. | ||
00_crypto.js | ||
Cargo.toml | ||
decrypt.rs | ||
ed25519.rs | ||
encrypt.rs | ||
export_key.rs | ||
generate_key.rs | ||
import_key.rs | ||
key.rs | ||
lib.deno_crypto.d.ts | ||
lib.rs | ||
README.md | ||
shared.rs | ||
x25519.rs |
deno_crypto
This crate implements the Web Cryptography API.