diff options
author | Mark Haines <mark.haines@matrix.org> | 2015-06-12 14:09:41 +0100 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2015-06-12 14:09:41 +0100 |
commit | 6ecea67718803e96e00a18f97ae8abc83ecaa1c2 (patch) | |
tree | 41de34500c1dfa104b791606a67b6bcf84a14ed9 /include/axolotl/message.hh | |
parent | 08a7e44a966047a10d7e959d4a8cdeaaf4139ce0 (diff) |
Implement the session key exchange
Diffstat (limited to 'include/axolotl/message.hh')
-rw-r--r-- | include/axolotl/message.hh | 2 |
1 files changed, 2 insertions, 0 deletions
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. |