This repository has been archived by the owner on Dec 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
feat(mam): Implement ECDH for MAM key exchange #735
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jserv
suggested changes
Jul 30, 2020
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.
Add copyright notice in each file.
jserv
reviewed
Jul 30, 2020
howjmay
force-pushed
the
ecdh
branch
2 times, most recently
from
July 31, 2020 07:42
0693c54
to
71c3435
Compare
howjmay
force-pushed
the
ecdh
branch
3 times, most recently
from
July 31, 2020 07:59
a63312d
to
caab623
Compare
howjmay
force-pushed
the
ecdh
branch
3 times, most recently
from
July 31, 2020 13:55
d226003
to
94840cd
Compare
jserv
reviewed
Aug 19, 2020
jserv
reviewed
Aug 19, 2020
jserv
reviewed
Aug 19, 2020
jserv
reviewed
Aug 19, 2020
jserv
reviewed
Aug 19, 2020
jserv
reviewed
Aug 20, 2020
jserv
reviewed
Aug 20, 2020
jserv
reviewed
Aug 20, 2020
jserv
reviewed
Aug 20, 2020
jserv
reviewed
Aug 20, 2020
jserv
approved these changes
Aug 20, 2020
Ready to merge? |
splasky
force-pushed
the
ecdh
branch
3 times, most recently
from
December 30, 2020 07:32
32e9dc0
to
fa95078
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We will combine ECDH and ECDSA for station to station protocol which can be used for key exchange.
In this PR, only ECDH has been implemented.
For #560