From 5291ec78b5e0187aa873f911b9d907aa0139def5 Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Wed, 8 Jul 2015 14:53:25 +0100 Subject: Send the public part of the one time key rather than passing an identifier --- include/olm/session.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/olm/session.hh') diff --git a/include/olm/session.hh b/include/olm/session.hh index a0aff08..4d674e5 100644 --- a/include/olm/session.hh +++ b/include/olm/session.hh @@ -44,9 +44,9 @@ struct Session { RemoteKey alice_identity_key; Curve25519PublicKey alice_base_key; + Curve25519PublicKey bob_one_time_key; std::uint32_t bob_one_time_key_id; - std::size_t new_outbound_session_random_length(); std::size_t new_outbound_session( -- cgit v1.2.3