mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add the key used to PKI decrypt to MeshPacket
This commit is contained in:
parent
e9b83744e2
commit
bc465e6522
1 changed files with 10 additions and 0 deletions
|
|
@ -1127,6 +1127,16 @@ message MeshPacket {
|
|||
* When receiving a packet, the difference between hop_start and hop_limit gives how many hops it traveled.
|
||||
*/
|
||||
uint32 hop_start = 15;
|
||||
|
||||
/*
|
||||
* Records the public key the packet was encrypted with, if applicable.
|
||||
*/
|
||||
bytes public_key = 16;
|
||||
|
||||
/*
|
||||
* Indicates whether the packet was en/decrypted using PKI
|
||||
*/
|
||||
bool pki_encrypted = 17;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue