browserify / crypto-browserify

partial implementation of node's `crypto` for the browser
MIT License
653 stars 199 forks source link

Update bn.js to 4 #140

Closed calvinmetcalf closed 7 years ago

calvinmetcalf commented 8 years ago

big number had a major version bump a while back which I've avoided bothering with upgrading to but I just landed 2 new curves in elliptic which relies on the new version so I guess it's time to upgrade. The idea would be to do major version bumps in the libraries and then upgrade the deps of crypto-browserify in a single go

and it bumped again (i suspect my work upgrading all this and with elliptic caused @indutny look more at bn.js inadvertently causing the bump). So back to square one but this time I know exactly what I need to do.

calvinmetcalf commented 8 years ago

browserify-rsa seems to have an issue

calvinmetcalf commented 8 years ago

browserify-sign is waiting on indutny/elliptic#58

calvinmetcalf commented 8 years ago

round 2.1 is done, parse-asn1 is blocking browserify-sign browserify-rsa and public-encrypt

calvinmetcalf commented 8 years ago

last 2 rely on rsa