mirror of
https://github.com/denoland/std.git
synced 2024-11-22 04:59:05 +00:00
chore(crypto): fix outdated comment (#3325)
This commit is contained in:
parent
29e2dc51e1
commit
cdf514e448
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user