Write
153
edits
No edit summary |
|||
Line 66: | Line 66: | ||
* <math>\tilde{\sigma}</math>: ciphertext | * <math>\tilde{\sigma}</math>: ciphertext | ||
* <math>x, z</math>: Randomly picked bit strings to encrypt with Quantum one time pad. <math>x[i] \in \{0, 1\}^{3m}, z[i] \in \{0, 1\}^{3m}</math> | * <math>x, z</math>: Randomly picked bit strings to encrypt with Quantum one time pad. <math>x[i] \in \{0, 1\}^{3m}, z[i] \in \{0, 1\}^{3m}</math> | ||
* <math>\tilde{x}, \tilde{z}</math>: Classical encryptions of the x, z | |||
* <math>\rho_{evk}</math>: evaluation key | * <math>\rho_{evk}</math>: evaluation key | ||
* <math>b</math>: Output of the measurement, <math>b \in \{0, 1\}</math> | |||
==Pseudo Code== | ==Pseudo Code== |