-
-
Notifications
You must be signed in to change notification settings - Fork 32.8k
Open
1 / 11 of 1 issue completedOpen
1 / 11 of 1 issue completed
Copy link
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.webcrypto
Description
What is the problem this feature will solve?
Per w3c/webcrypto#390 ...
The crypto.subtle.digest(...)
method will soon allow passing both an iterator or async iterator in addition to a BufferSource
. The implementation will need to be updated to support it. Eventually crypto.subtle.sign(...)
and crypto.subtle.verify(...)
will also support iterator inputs.
What is the feature you are proposing to solve the problem?
Modifying the web crypto impl to support streaming inputs.
What alternatives have you considered?
No response
Sub-issues
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.webcrypto
Type
Projects
Status
Triaged