indutny / elliptic

Fast Elliptic Curve Cryptography in plain javascript
1.7k stars 397 forks source link

bn.js new hotfix for v4.x #327

Open vgrunner4v opened 1 week ago

vgrunner4v commented 1 week ago

Hey, please look: https://github.com/indutny/bn.js/pull/309

today bn.js released hotfix for v4, please consider to update the dependency here. released today: https://www.npmjs.com/package/bn.js/v/4.12.1

Thanks!

Edit: silly me.. just noticed both libs from the same owner. i guess it will be updated soon :)

ChALkeR commented 1 week ago

this is insignificant for elliptic, the only case where this uses toString(16) outside of debug inspect() is getPrivate('hex'), where this doesn't pose a significant issue

also, fixed version matches the version spec here: https://github.com/indutny/elliptic/blob/b8a7edd61a0d9bddd0bbf3436a4b476401edbe20/package.json#L48