Skip to content

Add deterministic symmetric encryption variant with IND$-CPA security game #411

Description

@astefano

SymmEncAlg has monadic encrypt : K → M → m C and decrypt : K → C → m (Option M).
Given that one-time encryption schemes have deterministic encryption, would you consider worth it adding something like DetSEAlg?

The main motivation is that NRS14 (Namprempre, Rogaway, Shrimpton 2014) uses IND$-CPA as the base cipher assumption in Encrypt-then-MAC proofs.

Metadata

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