mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-19 17:58:48 +00:00
8 lines
161 B
Protocol Buffer
8 lines
161 B
Protocol Buffer
package signalservice;
|
|
|
|
message DeviceName {
|
|
optional bytes ephemeralPublic = 1;
|
|
optional bytes syntheticIv = 2;
|
|
optional bytes ciphertext = 3;
|
|
}
|