package rangzen.objects

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message CleartextFriends

CleartextFriends.proto:39

Protobuf representation of a list of friends (represented as strings) to be sent in the clear over the wire to a communication partner. This is used in the simplified implementation without crypto and SHOULD NOT BE USED when private-set intersection is in use.

message CleartextMessages

CleartextMessages.proto:38

Protobuf representation of a set of messages to be send over the wire to a communication partner. Each message is a nested RangzenMessage protobuf message.

message ClientMessage

ClientMessage.proto:37

Data sent by the "client" in a PSI exchange.

message Person

Person.proto:38

A demo "Person" protobuf definition, taken from Wire's examples, used for demonstration/testing purposes in our tests.

message Person.PhoneNumber

Person.proto:53

Used in: Person

enum Person.PhoneType

Person.proto:47

Used in: PhoneNumber

message RangzenMessage

RangzenMessage.proto:37

Representation of a single Rangzen message with text and priority.

Used in: CleartextMessages, ClientMessage

message ServerMessage

ServerMessage.proto:35

Data sent by the "server" in a PSI exchange.