LibSignalProtocolSwift
LibSignalProtocolSwift copied to clipboard
Facing issue in decrypt message
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.
You fix this? I got the same issue
You fix this? I got the same issue
Hi, I am also facing the issue in decryption. have you solve the issue? I have wasted so much time but not getting the solution.