You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 26, 2023. It is now read-only.
and their sub-dependencies (10+?) can be replaced by @noble/secp256k1, @noble/hashes — just two packages. This is what ethereum, solana, etc - did.
Every package is potential security vulnerability, because maintainers could get hacked and their packages could be replaced with malware. Elliptic also had 2 CVEs, which is pretty bad.
schnorr.ts can be replaced by built-in schnorr from @noble/secp256k1.
The text was updated successfully, but these errors were encountered:
Those deps from
crypto
package:and their sub-dependencies (10+?) can be replaced by
@noble/secp256k1
,@noble/hashes
— just two packages. This is what ethereum, solana, etc - did.Every package is potential security vulnerability, because maintainers could get hacked and their packages could be replaced with malware. Elliptic also had 2 CVEs, which is pretty bad.
schnorr.ts
can be replaced by built-in schnorr from@noble/secp256k1
.The text was updated successfully, but these errors were encountered: