Open
0 of 1 issue completedDescription
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
Type
Projects
Status
Triaged
Activity