Skip to content

ParsedCiphertext should throw an error if it is not complete #114

@mattsb42-aws

Description

@mattsb42-aws

ParsedCiphertext will currently accept a partial ciphertext without error.

Before returning from the constructor, we need to check to make sure that isComplete_ is true.

This is most problematic if the ciphertext is only one byte becase of #113.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions