-
Notifications
You must be signed in to change notification settings - Fork 384
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
ICS 6: Solo Machine Client #331
Conversation
... so now the handshake desugars to key exchange, interesting, I wonder if we should compare it with existing public-key exchange protocols. |
"Big table of signatures in the universe" |
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.
ACK. Do we want to implement this on the SDK as a separate pkg?
Hmm, that's a good question - probably, I expect. The ICS 2 interface should be modular so new client types can easily be added as upgrades (ideally with the upgrade module if we're adding that). |
Merging; further reviews are welcome at any time. |
Ref #286.
Solo machine client using new store layout abstraction.