bip38 icon indicating copy to clipboard operation
bip38 copied to clipboard

Dependency: eliminate legacy openssl provider

Open ivan-zynesis opened this issue 1 year ago • 1 comments

What has been done

  • Bump bs58check dependency to v3 which change createHash implementation to use @noble/hashes
  • Use @noble/hashes

Why

Allow usage of this library in node v18 without requiring --openssl-legacy-provider flag.

ivan-zynesis avatar Mar 03 '23 06:03 ivan-zynesis