kopia lustrzana https://github.com/meshtastic/protobufs
Add the key used to PKI decrypt to MeshPacket
rodzic
e9b83744e2
commit
bc465e6522
|
@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Ładowanie…
Reference in New Issue