|
Algorithm 2
|
|
Input:, K, ,
|
|
Output: True or False, , . |
-
1:
retrieve cert
-
2:
update the flows based and
-
3:
for each
do
-
4:
for each
do
-
5:
for each
do
-
6:
if
then
-
7:
get the leakage from the certificate
-
8:
= +
-
9:
end if
-
10:
end for
-
11:
end for
-
12:
= +
-
13:
if
then
-
14:
return False
-
15:
end if
-
16:
end for
-
17:
return True
|