-
-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
upgrade bn and add 2 curves #22
Conversation
crypto-browserify/crypto-browserify#140 |
removed p521 as that can be added back in a minor version |
@dcousens if we can get this merged then I can start work on the next phase upgrade of bn.js |
@@ -16,13 +16,13 @@ | |||
"author": "", | |||
"license": "ISC", | |||
"dependencies": { | |||
"bn.js": "^2.0.0", | |||
"browserify-rsa": "^2.0.0", | |||
"bn.js": "^3.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why not 3.2.0
? You have been switching between 3.2.0
and 3.0.0
.
Do we need 3.2.0
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some I manually incremented the major digit and others I used npm
Why not just add both? Any reason? |
P521 needed a fix in elliptical that just landed but is part of the next On Wed, Oct 28, 2015, 9:12 PM Daniel Cousens notifications@github.com
|
@calvinmetcalf should we just wait and land both? |
We have to bump a bunch of stuff to the next version of bn.js before we can do this one. |
This reverts commit 352ea17.
GREEN! thanks to indutny/bn.js@3158625 |
ACK 👍 |
No description provided.