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
I'm using this encryption decryption library in my chat messaging app. I follow the same procedure as describe in readme file.
I'm facing very strange issue during decryption.i would like to describe the way I have implement.
Actually its working perfect for first time when I create prekeybundle and session as well encryption and description also working fine. But its not able to decrypt message working I create again prekeybundle and session from same keys.
I'm using same rekey,public key and sign pre key to create bundle and session.
Looking forward to some help from you.
The text was updated successfully, but these errors were encountered:
Hello All,
I'm using this encryption decryption library in my chat messaging app. I follow the same procedure as describe in readme file.
I'm facing very strange issue during decryption.i would like to describe the way I have implement.
Actually its working perfect for first time when I create prekeybundle and session as well encryption and description also working fine. But its not able to decrypt message working I create again prekeybundle and session from same keys.
I'm using same rekey,public key and sign pre key to create bundle and session.
Looking forward to some help from you.
The text was updated successfully, but these errors were encountered: