0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-20 03:52:17 +02:00
libsignal/java
Jordan Rose 852069bdc9 bridge: Add zkgroup APIs
These APIs are designed to match the generated "simpleapi" entry
points in the original zkgroup repository, to make it easier to adapt
the existing Java, Swift, and TypeScript code to libsignal-client.

The cbindgen-generated signal_ffi.h now includes constants, so that
the fixed-size arrays used to serialize zkgroup types can use named
constants in Rust. This meant filtering out some constants that were
getting picked up but that should not be included.

Note that this commit makes references to Java exception types that
will be added in a later commit.
2021-11-08 11:04:41 -08:00
..
android Android: upload unstripped libraries to Maven as well 2021-11-03 16:32:02 -07:00
docker Java: switch to Debian for Docker builds instead of Ubuntu 2021-04-21 12:15:33 -07:00
gradle/wrapper Import v2.8.1 of libsignal-protocol-java 2020-11-05 17:59:09 -05:00
java bridge: Add zkgroup APIs 2021-11-08 11:04:41 -08:00
tests Standardize license headers 2021-10-28 17:27:30 -07:00
build_jni.sh GitHub: When a release is tagged, build and publish JNI artifacts 2021-11-01 12:53:56 -07:00
build.gradle Bump to version v0.9.8 2021-10-27 10:36:57 -07:00
check_code_size.py Java: don't eagerly strip libsignal_client.so; let gradle do it for us 2021-08-30 12:33:18 -07:00
code_size.json Bump to version v0.9.8 2021-10-27 10:36:57 -07:00
Dockerfile Docker: Fix typo in 3a3476b83: paths are relative to the repo root 2021-06-28 14:30:38 -07:00
gradlew Import v2.8.1 of libsignal-protocol-java 2020-11-05 17:59:09 -05:00
gradlew.bat Import v2.8.1 of libsignal-protocol-java 2020-11-05 17:59:09 -05:00
Makefile Java: adjust 'clean' behavior 2021-09-24 16:31:08 -07:00
settings.gradle Import v2.8.1 of libsignal-protocol-java 2020-11-05 17:59:09 -05:00