Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

session_cipher_encrypt Api fails sometime. #129

Open
d-chand opened this issue Aug 22, 2019 · 1 comment
Open

session_cipher_encrypt Api fails sometime. #129

d-chand opened this issue Aug 22, 2019 · 1 comment

Comments

@d-chand
Copy link

d-chand commented Aug 22, 2019

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
Copy link

. need help

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants