chore(crypto): fix outdated comment (#3325)

This commit is contained in:
Lino Le Van 2023-04-19 22:15:39 -07:00 committed by GitHub
parent 29e2dc51e1
commit cdf514e448
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@
* Wasm/Rust
*
* ```ts
* // https://deno.land/std/_wasm_crypto/crypto.ts
* // https://deno.land/std/crypto/_wasm/mod.ts
* export const digestAlgorithms = [
* "BLAKE2B-256",
* "BLAKE2B-384",
@ -65,6 +65,7 @@
* "SHA-256",
* "SHA-512",
* // insecure (collidable and length-extendable):
* "MD4",
* "MD5",
* "SHA-1",
* ] as const;