You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: getting-started/implement-elgamal.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,6 @@ Compared to the other tutorials, we also aim to showcase the class structure for
9
9
10
10
First, let's review how ElGamal encryption works:
11
11
12
-
Let \\(G\\) be a cyclic group of prime order \\(q\\).
13
-
14
12
**\\(\\operatorname{Setup}\\)**:
15
13
The public parameters for this scheme consist of (1) a cyclic group \\(G\\) of prime order \\(p\\), and (2) a random generator \\(g\\leftarrow G\\setminus\\{1\\}\\).
0 commit comments