deno_cache icon indicating copy to clipboard operation
deno_cache copied to clipboard

Switch away from deprecated `std/hash`

Open wojpawlik opened this issue 4 years ago • 0 comments

I'd happily use deno_cache in deno2node and deprecate @fromdeno/cache if deno_cache

  1. switches from deprecated std/hash to std/crypto,
  2. provides an npm package which uses require("crypto").createHash("sha256"),

wojpawlik avatar Jan 13 '22 19:01 wojpawlik