1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-26 16:09:27 -05:00
denoland-deno/op_crates/crypto
Luca Casonato e83ff62ccb
chore: split web op crate (#9635)
This commit starts splitting out the deno_web op crate into multiple
smaller crates. This commit splits out WebIDL and URL API, but in the
future I want to split out each spec into its own crate. That means we
will have (in rough order of loading): `webidl`, `dom`, `streams`,
`console`, `encoding`, `url`, `file`, `fetch`, `websocket`, and
`webgpu` crates.
2021-03-12 16:17:18 +01:00
..
01_crypto.js chore: use strict mode for internal runtime, core, and op_crates js (#9391) 2021-02-04 23:18:32 +01:00
Cargo.toml chore: split web op crate (#9635) 2021-03-12 16:17:18 +01: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 chore: move crypto types to op_crates/crypto (#9609) 2021-02-26 12:06:26 -05: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/