signalapp / libsignal-protocol-c

GNU General Public License v3.0
1.41k stars 295 forks source link

session_cipher_encrypt Api fails sometime. #129

Open d-chand opened 5 years ago

d-chand commented 5 years ago

session_cipher_encrypt Api fails sometimes. In src/session_cipher.c int session_cipher_encrypt( chain_key = session_state_get_sender_chain_key(state); if(!chain_key) { result = SG_ERR_UNKNOWN; goto complete; }

gets failed.

phucnd0604 commented 4 years ago

. need help