Signal-Desktop/protos/DeviceName.proto

11 lines
249 B
Protocol Buffer
Raw Permalink Normal View History

2021-07-20 20:18:35 +00:00
// Copyright 2018-2021 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
package signalservice;
message DeviceName {
optional bytes ephemeralPublic = 1;
optional bytes syntheticIv = 2;
optional bytes ciphertext = 3;
}