Write, autoreview, editor, reviewer
3,129
edits
No edit summary |
|||
Line 36: | Line 36: | ||
* <math>\pi</math>: Global permutation which are used to encrypt the states. | * <math>\pi</math>: Global permutation which are used to encrypt the states. | ||
* MAC: Message authentication code, MAC = (Tag, Ver) | * MAC: Message authentication code, MAC = (Tag, Ver) | ||
* <math>pk_i, sk_i, evk_i</math>: <math> | * <math>pk_i, sk_i, evk_i</math>: <math>i_{th}</math> homomorphic key set generated from HE.KeyGen(). Public key for encryption, secret key for decryption, evaluation function key, respectively for given k, the security parameter. | ||
==Pseudo Code== | ==Pseudo Code== |