|
Algorithm 3 HE Decryption Algorithm for Scenario 3 |
-
1:
Input : the target public key for the new ciphertexts after converted from an MPC protocol
-
2:
Input : the target secret key for the decryptor
-
3:
Input N: the number of the households
-
4:
Input H: the households array, each household keeping its secret key
-
5:
Input : the object that performs the decryption
-
6:
for do
-
7:
-
8:
-
9:
-
10:
push into array
-
11:
end for
-
12:
Output array
|