Implement iterator/async iterator support for web crypto digest #56463
Labels
crypto
Issues and PRs related to the crypto subsystem.
feature request
Issues that request new features to be added to Node.js.
webcrypto
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 aBufferSource
. The implementation will need to be updated to support it. Eventuallycrypto.subtle.sign(...)
andcrypto.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
The text was updated successfully, but these errors were encountered: