1984not-GmbH / molch

An implementation of the axolotl ratchet based on libsodium.
Other
23 stars 3 forks source link

Switch wire protocol to protocol buffers #72

Closed FSMaxB closed 8 years ago

FSMaxB commented 8 years ago

This switches from manually building the packets that can be sent over the network to using Googles Protocol Buffers via Protobuf-C.

See #34.