Skip to content

Support for streaming AES-GCM encryption #556

Open
@MasterAwesome

Description

I couldn't find an API to support streaming AES-GCM encryption. In a way such the the whole plaintext is sent in chunks and the tag needs to be computed for the entire plaintext.

The goal is to be able to generate partial ciphertexts in memory constrained environments. Is this doable? are there any security implications of this?

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions