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.
SymmEncAlghas monadicencrypt : K → M → m Canddecrypt : 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.