-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Closed
Labels
cryptoIssues and PRs related to the crypto subsystem.Issues and PRs related to the crypto subsystem.feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.help wantedIssues that need assistance from volunteers or PRs that need help to proceed.Issues that need assistance from volunteers or PRs that need help to proceed.
Description
i would expect:
- the async implementation to be accessed through the streaming API
- the sync implementation to be accessed through the legacy
.update()
and.digest()
methods - semver major as people expect the stream to be return the result synchronously (have seen it in many modules where they don't listen to the
readable
event)
btw i have no idea how much performance benefit this would provide, if any. i just like the idea of having everything executing in the threadpool...
jorangreef, sindresorhus, Ilshidur, DavidHuie, paambaati and 5 more
Metadata
Metadata
Assignees
Labels
cryptoIssues and PRs related to the crypto subsystem.Issues and PRs related to the crypto subsystem.feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.help wantedIssues that need assistance from volunteers or PRs that need help to proceed.Issues that need assistance from volunteers or PRs that need help to proceed.