Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

use uRSA to speed up key generation #127

Closed
daviddias opened this issue Jul 13, 2018 · 3 comments
Closed

use uRSA to speed up key generation #127

daviddias opened this issue Jul 13, 2018 · 3 comments
Labels
exp/expert Having worked on the specific codebase is important help wanted Seeking public contribution on this issue P1 High: Likely tackled by core team if no one steps up

Comments

@daviddias
Copy link
Member

See the comment on: nodejs/node#15116 (comment), uRSA is considerably faster than node-forge.

@daviddias daviddias added help wanted Seeking public contribution on this issue exp/expert Having worked on the specific codebase is important P1 High: Likely tackled by core team if no one steps up labels Jul 13, 2018
@mkg20001
Copy link
Member

Ursa optional (https://www.npmjs.com/package/ursa-optional) could be used as a normal dependency. It's a fork that does not make the install fail if compilation fails (although this still means that require("ursa-optional") will fail if ursaNative is not compiled so there should be a node-forge fallback)

@mkg20001
Copy link
Member

PR #128

@daviddias daviddias added the status/ready Ready to be worked label Aug 15, 2018
@jacobheun
Copy link
Contributor

Released in 0.14.0

@ghost ghost removed the status/ready Ready to be worked label Sep 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
exp/expert Having worked on the specific codebase is important help wanted Seeking public contribution on this issue P1 High: Likely tackled by core team if no one steps up
Projects
None yet
Development

No branches or pull requests

3 participants