LibSignalProtocolSwift icon indicating copy to clipboard operation
LibSignalProtocolSwift copied to clipboard

A Swift implementation of the Signal Protocol

Results 15 LibSignalProtocolSwift issues
Sort by recently updated
recently updated
newest added

Added missing `public` access modifier for GroupCipher

ourMac != mac This will result in the error of 「no valid sessions」。 Why should we make macVerify? What's means? I can't find any solutions at this error, please help...

In your sample code you have: `let session = Session(for: aliceAddress)` However, when I use that code, Xcode gives an error: Use of unresolved identifier 'Session.' What should it be?

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...

Facing issue of no valid session. ![Screenshot 2019-12-10 at 5 32 53 PM](https://user-images.githubusercontent.com/29978287/70527978-25f19600-1b73-11ea-8432-c4474306f918.png)

Hello All, I'm facing very strange issue in integration below is the test case. For first time for store with fresh its working fine for encryption and decryption.When I second...

![Screenshot 2019-12-07 at 4 05 34 PM](https://user-images.githubusercontent.com/29978287/70372942-8d0d1180-190b-11ea-8ba4-cb2623022fe0.png) Could you please check I'm facing issue in managing session state could you please check screenshots I have attached. And previous state returning...

![Screenshot 2019-12-03 at 12 53 58 PM](https://user-images.githubusercontent.com/29978287/70029124-5f9f2b80-15cc-11ea-947e-49e367256957.png) Could you please check above screenshots i need to delete all keys once its use or only one key. Looking forward to help...

I just create new project and install pod "pod 'LibSignalProtocolSwift'" after successfully install I try to build project but I'm getting this issue. My Xcode version is 10.1 and I'm...

Hi! According to your documentation SessionPreKeyPublic is a public struct but it is not. Why did you make it private? Is it by mistake?