From 6ecea67718803e96e00a18f97ae8abc83ecaa1c2 Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Fri, 12 Jun 2015 14:09:41 +0100 Subject: Implement the session key exchange --- include/axolotl/message.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/axolotl/message.hh') diff --git a/include/axolotl/message.hh b/include/axolotl/message.hh index 2b9bc99..5bce277 100644 --- a/include/axolotl/message.hh +++ b/include/axolotl/message.hh @@ -88,6 +88,7 @@ struct PreKeyMessageReader { std::uint8_t const * message; std::size_t message_length; }; + /** * The length of the buffer needed to hold a message. */ @@ -99,6 +100,7 @@ std::size_t encode_one_time_key_message_length( std::size_t message_length ); + /** * Writes the message headers into the output buffer. * Populates the writer struct with pointers into the output buffer. -- cgit v1.2.3