-
Notifications
You must be signed in to change notification settings - Fork 34
New feature: P2P channel implemented to encrypt Tss message using ECDH #71
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
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
1c0d65b
fix typo
nann-cheng 73825db
Merge branch 'fystack:master' into master
nann-cheng 9e5bc4a
draft impl for diffie hellman exchange
nann-cheng d13261f
Merge branch 'master' of https://github.com/nann-cheng/mpcium
nann-cheng f7f6181
New Feature: add p2p channel among nodes, enabling authenticated encr…
nann-cheng 2ace0d7
Merge branch 'fystack:master' into master
nann-cheng 57c51dd
decrease delay
nann-cheng 6d908f7
suppress warning
nann-cheng 887a42e
Merge branch 'master' of https://github.com/nann-cheng/mpcium
nann-cheng 071ac87
increase delay for starting client
nann-cheng fa21efb
increase delay in test case, supporess github security warning
nann-cheng 0f69eaf
fix p2p feature correctness
nann-cheng 94838c3
fix p2p feature
nann-cheng 608ebfb
merge master
nann-cheng 3eaf6c9
fix format error
nann-cheng 03dd98c
revert old testing config
nann-cheng 6c43ac2
correct log & remove useless comment
nann-cheng 2dd7f6c
avoid p2p message via nats message layer
nann-cheng cb91e65
gracely merge master
nann-cheng f9d0a68
change to modern x25519 curve for ecdh
nann-cheng 5ee33fc
Minor cleanup
anhthii 318762e
Consistent naming convention Id -> ID
anhthii 345f92d
Wait for ECDH session to complete before starting consumers
anhthii 2ea0d32
Code refactoring, better naming convention
anhthii fc8bab7
Refactor aes encryption
anhthii bf76a20
Error handling for ecdh session
anhthii 1e3021d
Refactor session
anhthii 538fabe
Merge pull request #1 from nann-cheng/refactoring
anhthii 0049c7c
Fix security warning on AES encryption
anhthii 170245c
Update ci/cd
anhthii File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.