We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d0eaa9 commit c52b192Copy full SHA for c52b192
src/session.cpp
@@ -235,6 +235,7 @@ std::size_t olm::Session::session_id(
235
pos = olm::store_array(pos, alice_identity_key.public_key);
236
pos = olm::store_array(pos, alice_base_key.public_key);
237
pos = olm::store_array(pos, bob_one_time_key.public_key);
238
+ pos = olm::store_array(pos, bob_prekey.public_key);
239
_olm_crypto_sha256(tmp, sizeof(tmp), id);
240
return session_id_length();
241
}
0 commit comments