Skip to content

Implement iterator/async iterator support for web crypto digest #56463

Open
0 of 1 issue completed
Open
@jasnell

Description

@jasnell

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    cryptoIssues and PRs related to the crypto subsystem.feature requestIssues that request new features to be added to Node.js.webcrypto

    Type

    No type

    Projects

    • Status

      Triaged

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions