Get desktop application:
View/edit binary Protocol Buffers messages
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.
A list of friends, represented as opaque String-encoded friend ids.
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.
A list of messages.
Data sent by the "client" in a PSI exchange.
The client's messages to propagate.
The client's friends, blinded.
A demo "Person" protobuf definition, taken from Wire's examples, used for demonstration/testing purposes in our tests.
The customer's full name.
The customer's ID number.
Email address for the customer.
A list of the user's phone numbers.
Used in:
The user's phone number.
The type of phone stored here.
Used in:
Representation of a single Rangzen message with text and priority.
Used in: ,
The message's text, as a String.
The message's priority, as a double.
Data sent by the "server" in a PSI exchange.
Double blinded friends of the client.
Hashed blinded friends of the server.