|
Algorithm 2 Init |
-
1:
Let a random generator.
-
2:
Let , where employs bitwise addition
-
3:
and denote a function that transforms a -bit random string to a random group element in . :
-
4:
Let
-
5:
if for an integer s then
-
6:
Output the group element corresponding to , for PRG
-
7:
else
-
8:
Let
-
9:
Output the group element corresponding to , for a PRG
-
10:
end if
|