mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
b1b418b81a
Stop allowing clippy::derive-partial-eq-without-eq and fix warnings about deriving PartialEq without also deriving Eq. In one case I removed the PartialEq because it a) wasn't necessary, and b) sketchy because it was comparing floating point numbers. IMO, that's a good argument for enforcing the lint rule, because it would most likely have been caught during review if it had been enabled. |
||
---|---|---|
.. | ||
00_crypto.js | ||
01_webidl.js | ||
Cargo.toml | ||
decrypt.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 |
deno_crypto
This crate implements the Web Cryptography API.