mirror of
https://github.com/denoland/deno.git
synced 2025-01-05 05:49:20 -05:00
636b448f3c
When storing public and private keys in the key store, use a different handle for each key so that they can be looked up in the future. Refs: https://github.com/denoland/deno/pull/14119 Refs: https://github.com/denoland/deno_std/issues/2631 |
||
---|---|---|
.. | ||
00_crypto.js | ||
01_webidl.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.