mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
0efe438f7c
`opAsync` requires a lookup by name on each async call. This is a mechanical translation of all opAsync calls to ensureFastOps. The `opAsync` API on Deno.core will be removed at a later time. |
||
---|---|---|
.. | ||
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.