mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 07:14:47 -05:00
2926827726
This commit cleans up the Rust side of `import_key` by using a bunch of enums instead of structs with "type" and "data" fields. This commit does add some duplicated code for the time being, because a lot of the other ops still need to get the same cleanup treatment. |
||
---|---|---|
.. | ||
00_crypto.js | ||
01_webidl.js | ||
Cargo.toml | ||
import_key.rs | ||
key.rs | ||
lib.deno_crypto.d.ts | ||
lib.rs | ||
README.md | ||
shared.rs |
deno_crypto
This crate implements the Web Cryptography API.