libsignal-protocol-java icon indicating copy to clipboard operation
libsignal-protocol-java copied to clipboard

Results 31 libsignal-protocol-java issues
Sort by recently updated
recently updated
newest added

https://signal.org/docs/ This page lists only 3 Signal Protocol libraries currently available: C, Java, JavaScript. I see there is also https://github.com/signalapp/libsignal-protocol-rust and https://github.com/signalapp/libsignal-protocol-swift repos that are archived. Signal runs on Azure...

I raised an issue https://github.com/signalapp/libsignal-protocol-java/issues/74 this issue was resolved by adding following lines in `progaurd-rules.pro` `-dontoptimize -dontobfuscate -keepattributes SourceFile,LineNumberTable -keep class org.whispersystems.** { *; } -keep class org.thoughtcrime.securesms.** { *;...

I would suggest to put together some documentation. The README is ... not really helpful. Especially not mentioning where to get certain variables used in code snippets confuses me the...

can you guys make a YouTube video on how to implement this library into a real life app like very simple chatting app just having chatting and end to end...

I have a big plan regarding privacy policy, I think that this solid plan will help us a lot in solving privacy problems. And everyone who talks about privacy policy...

`KeyHelper.generateIdentityKeyPair()` throws `k.c.a.d `exception ``` debug { minifyEnabled true // Obfuscate and minify codes shrinkResources true // Remove unused resources useProguard true debuggable true proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } ``` __Originally...

Updated readme getting started docs to use SignalProtocolAddress instead of outdated recipient and deviceId, also added a decrypt example.

Does any one provide documentation or example for encrypting&decrypting the voice/video call using signal protocol.

I want to use this plug in for E2EE for my chat app with messaging, audio and video calls. I have already gone through ReadMe.md , I think it is...

I attempted to `gradle build --info` and hit the following error. It is not surprise considering [the code in question is not implemented](https://github.com/signalapp/curve25519-java/blob/70fae57d6dccff7e78a46203c534314b07dfdd98/common/src/main/java/org/whispersystems/curve25519/BaseJavaCurve25519Provider.java#L77). My question is if this test is...