ZRTP4J icon indicating copy to clipboard operation
ZRTP4J copied to clipboard

Java implementation of ZRTP protocol

Results 2 ZRTP4J issues
Sort by recently updated
recently updated
newest added

Closes #4, closes #5 I can try to create multiple smaller pull requests if necessary, but that will be difficult. Modifications: - BigIntegerCrypto removed: incompatible with BouncyCastle - Embedded BouncyCastle...

Has this code been used on Android? Has there been any effort to work around the BouncyCastle issues on Android devices, e.g. using SpongyCastle instead of BouncyCastle to avoid classpath...