Create Persona Protobuf#251
Closed
DatFob wants to merge 30 commits into
Closed
Conversation
Add persona.proto file
Adding port number for Black Lager encryption suite.
Fix invalid protobuf messages and restructure Persona
Revert 6 hot fix
removed black lager port
adding new line
Update README.md
Member
|
I love the progress you guys have made, Just a few questions to get this process moving along:
|
Thank you for the feedback. We are making changes to streamline the on-boarding process. Will submit a new pull request and address your other questions once we finish these changes. |
added black lager message protobuf
Member
|
PKC was introduced in 2.5 as a granchild of this effort. many thanks, closing this PR now. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What does this PR do?
Defines Persona and Wallet protocol buffer messages. A Persona represents a public key based identity and can either be an owned Persona which belongs to the user and contains a private key or a peer persona which only contains the public key. A Wallet is a collection of owned Personas and peer Personas.
These protocol buffer messages provide a foundation for Meshtastic security enhancements. More specifically, they store data required for strong device and client identity as laid out in phase 2 of the Phased Proposal for the Meshtastic Security Framework (https://meshtastic.org/docs/overview/encryption#phase-2---strong-device-and-client-identity).