| Algorithm 1 KeyGen. |
| Input: |
| : security parameter; |
| Output: |
| : a public/private key pair; |
| 1: ; |
| 2: ; |
| 3: Find e, such that , where ; |
| 4: Compute |
| return , . |
| Algorithm 1 KeyGen. |
| Input: |
| : security parameter; |
| Output: |
| : a public/private key pair; |
| 1: ; |
| 2: ; |
| 3: Find e, such that , where ; |
| 4: Compute |
| return , . |