1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-27 01:29:14 -05:00
denoland-deno/op_crates/crypto
Ryan Dahl 9c3da280e0
remove #![deny(warnings)] (#10376)
Prefer RUSTFLAGS="-D warnings" to prevent warnings, but cannot 
enable yet due to #10378.
2021-04-26 10:10:57 -04:00
..
01_crypto.js refactor(deno): remove concept of bin & json ops (#10145) 2021-04-12 15:55:05 -04:00
Cargo.toml chore: release crates (#10327) 2021-04-23 15:05:12 +02: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 remove #![deny(warnings)] (#10376) 2021-04-26 10:10:57 -04: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/