Skip to content
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

Merged
merged 6 commits into from
Nov 2, 2015
Merged

upgrade bn and add 2 curves #22

merged 6 commits into from
Nov 2, 2015

Conversation

calvinmetcalf
Copy link
Contributor

No description provided.

@calvinmetcalf
Copy link
Contributor Author

crypto-browserify/crypto-browserify#140

@calvinmetcalf
Copy link
Contributor Author

removed p521 as that can be added back in a minor version

@calvinmetcalf calvinmetcalf changed the title WIP upgrade bn and add 2 curves WIP upgrade bn and add ~~2 curves~~ 1 curve Oct 27, 2015
@calvinmetcalf
Copy link
Contributor Author

@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",
Copy link
Member

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?

Copy link
Contributor Author

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

@dcousens
Copy link
Member

removed p521 as that can be added back in a minor version

Why not just add both? Any reason?
Why can we add 1, but not 2?

@calvinmetcalf
Copy link
Contributor Author

P521 needed a fix in elliptical that just landed but is part of the next
major version bump

On Wed, Oct 28, 2015, 9:12 PM Daniel Cousens notifications@github.com
wrote:

removed p521 as that can be added back in a minor version

Why not just add both? Any reason?


Reply to this email directly or view it on GitHub
#22 (comment)
.

@dcousens
Copy link
Member

@calvinmetcalf should we just wait and land both?

@calvinmetcalf
Copy link
Contributor Author

We have to bump a bunch of stuff to the next version of bn.js before we can do this one.

@calvinmetcalf calvinmetcalf changed the title WIP upgrade bn and add ~~2 curves~~ 1 curve WIP upgrade bn and add 2 curves Oct 29, 2015
@calvinmetcalf calvinmetcalf changed the title WIP upgrade bn and add 2 curves upgrade bn and add 2 curves Nov 1, 2015
@calvinmetcalf
Copy link
Contributor Author

GREEN! thanks to indutny/bn.js@3158625

dcousens added a commit that referenced this pull request Nov 2, 2015
@dcousens dcousens merged commit 75faadd into master Nov 2, 2015
@dcousens
Copy link
Member

dcousens commented Nov 2, 2015

ACK 👍

@dcousens dcousens deleted the upgrade-bn branch November 2, 2015 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants