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

async crypto #4298

Closed
mscdex opened this issue Nov 20, 2012 · 4 comments
Closed

async crypto #4298

mscdex opened this issue Nov 20, 2012 · 4 comments

Comments

@mscdex
Copy link

mscdex commented Nov 20, 2012

Are there any plans to add async (executing in the threadpool) versions of (most of) the available crypto functions that don't have an async counterpart already?

@buschtoens
Copy link

As the crypto interface now uses streams, this could be closed.

@isaacs
Copy link

isaacs commented May 27, 2013

As the crypto interface now uses streams, this could be closed.

I disagree. Streams !== async. The actual work in the streaming interfaces still happens in the main thread. It would perhaps be worthwhile to have the streaming interfaces do their work on the thread pool.

@buschtoens
Copy link

Oh, then... make it async! :D

@brendanashworth
Copy link

I'll close this in favor of discussion at nodejs/node#678.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants