mirror of
https://github.com/logos-messaging/chat_proto.git
synced 2026-02-17 19:43:14 +00:00
Remove XK0
This commit is contained in:
parent
615f856588
commit
c580a84cce
@ -26,10 +26,14 @@ message Doubleratchet {
|
||||
string aux = 5;
|
||||
}
|
||||
|
||||
message XK0 {
|
||||
bytes initiator_static = 1;
|
||||
bytes initiator_ephemeral = 2;
|
||||
bytes responder_static = 3;
|
||||
bytes responder_ephemeral = 4; // Replace with RKI to save bytes
|
||||
bytes payload = 5;
|
||||
}
|
||||
message InboxHandshakeV1 {
|
||||
|
||||
message InboxHeaderV1 {
|
||||
bytes initiator_static = 1;
|
||||
bytes initiator_ephemeral = 2;
|
||||
bytes responder_static = 3;
|
||||
bytes responder_ephemeral = 4; // Replace with RKI to save bytes
|
||||
}
|
||||
InboxHeaderV1 header = 1;
|
||||
bytes payload = 2;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user