mirror of
https://github.com/mautrix/signal.git
synced 2026-05-15 13:46:55 -04:00
10 lines
244 B
Protocol Buffer
10 lines
244 B
Protocol Buffer
|
|
// Copyright 2018 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;
|
||
|
|
}
|