Watch
1
0
Fork
You've already forked mautrix-signal
0
mirror of https://github.com/mautrix/signal.git synced 2026-09-17 00:02:04 -04:00
mautrix-signal/pkg/signalmeow/protobuf/signalpb/DeviceName.proto

17 lines
357 B
Protocol Buffer
Raw Permalink Normal View History

2026-09-04 22:59:22 +03:00
/**
* Copyright (C) 2014-2016 Open Whisper Systems
*
* Licensed according to the LICENSE file in this repository.
*/
syntax = "proto2";
package signalservice;
2026-09-04 22:59:22 +03:00
option java_package = "org.signal.core.util.crypto";
message DeviceName {
optional bytes ephemeralPublic = 1;
optional bytes syntheticIv = 2;
optional bytes ciphertext = 3;
}