Description:

  • A private-key encryption scheme
    • The key, , is required to be as long as the message
    • The entire key used to mask the plain-text → “perfectly hides” the plain-text

Gen:

  • Generates a key uniformly from

Enc:

  • , where (equivalently where denotes XOR)

Dec:

  • where (it is equivalent to )