You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: