-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ElGamal encryption scheme #32
Conversation
Will wait for @khovratovich theoretical review. Then I'll add mine |
Every in-memory operation is performed with extended points, so the user of the API will always need to convert the Affine Points to extend before performing the operations. To facilitate, we made available by default the generators also in extended form.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code looks good to me. As several points were raised on the additivity of Elliptic curve groups, that notation is well ironed out and clarifies the steps on this PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Implements #28 and #31
Not using inverted secret