|
libsignal-protocol-c
master
|

Public Attributes | |
| signal_type_base | base |
| uint32_t | session_version |
| ec_public_key * | local_identity_public |
| ec_public_key * | remote_identity_public |
| ratchet_root_key * | root_key |
| uint32_t | previous_counter |
| int | has_sender_chain |
| session_state_sender_chain | sender_chain |
| session_state_receiver_chain * | receiver_chain_head |
| int | has_pending_key_exchange |
| session_pending_key_exchange | pending_key_exchange |
| int | has_pending_pre_key |
| session_pending_pre_key | pending_pre_key |
| uint32_t | remote_registration_id |
| uint32_t | local_registration_id |
| int | needs_refresh |
| ec_public_key * | alice_base_key |
| signal_context * | global_context |