
The Syntax of Encryption
An encryption scheme is defined by three algorithms Gen, Enc, and Dec, as well as aspecification of message space $\mathcal{M}$ with $|\mathcal{M}| > 1$
Gen
The key-generation algorithm Gen is a probabilistic algorithm that outputs a key $k$ chosen according some distribution.
2024年11月6日