-
Notifications
You must be signed in to change notification settings - Fork 4
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
add note about scalar multiplication #7
Comments
When I write For the other participant, it's the other way around but has the same result. Does that sound reasonable? |
it is reasonable but maybe there should be a bibliographical reference or foot note about the decisional diffie hellman assumption to explain to beginners that this operation produces a shared secret? |
I confess this is the first I read about the DDH. paraphrasing from wikipedia, the thing is that if you have a_p and b_p and ab you can't efficiently confirm that you have all 3. You must have at least one private key. It does seem like there is something that could be clarified about scalarmult operations used |
You could possibly add a note about scalar multiplication, and that which key public or private is implied. In particular the base is always the local private key and the exponent is always the remote public key...
or the spec notation could include indication with public/private key is used with scalar multiplication
The text was updated successfully, but these errors were encountered: