1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00
denoland-deno/op_crates/crypto
Aaron O'Mullan 2aed322dd5
refactor: convert ops to use serde_v8 (#10009)
This commit rewrites most of the ops to use "serde_v8" instead
of "json" serialization.
2021-04-05 18:40:24 +02:00
..
01_crypto.js refactor: convert ops to use serde_v8 (#10009) 2021-04-05 18:40:24 +02:00
Cargo.toml chore: bump dependent crates for cli (#9964) 2021-04-02 22:22:08 +11:00
lib.deno_crypto.d.ts chore: move crypto types to op_crates/crypto (#9609) 2021-02-26 12:06:26 -05:00
lib.rs refactor: convert ops to use serde_v8 (#10009) 2021-04-05 18:40:24 +02:00
README.md chore: split web op crate (#9635) 2021-03-12 16:17:18 +01:00

deno_crypto

This crate implements the Web Cryptography API.

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