Encrypt device name on account create, on first launch if needed
This commit is contained in:
7
protos/DeviceName.proto
Normal file
7
protos/DeviceName.proto
Normal file
@@ -0,0 +1,7 @@
|
||||
package signalservice;
|
||||
|
||||
message DeviceName {
|
||||
optional bytes ephemeralPublic = 1;
|
||||
optional bytes syntheticIv = 2;
|
||||
optional bytes ciphertext = 3;
|
||||
}
|
Reference in New Issue
Block a user