Skip to content

Add streaming decrypt spec #27

@ttjsu-aws

Description

@ttjsu-aws

Update Decrypt API to include specification of operation in streaming context (i.e. how should this operate in chunks, not requiring everything in memory?)

Current gap:

  • How should verification of the signature (if included) be performed?
  • How/when should plaintext be released?
  • How/when does the EC become available?
  • Various inputs effects' on streaming behavior
  • Implications on memory required to be buffered
  • Edge cases with possible language specific streaming constructs (i.e. make sure spec covers behavior if a stream is flushed or closed)

Related:

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions