Signal-Android/libsignal/service
Jordan Rose 68a2d5ed20 Reimplement ProfileCipherInputStream using libsignal-client.
libsignal-client provides an AES-GCM streaming interface that can
replace the implementation in AES-GCM-Provider. Using it from
ProfileCipherInputStream requires some knowledge about the tag size of
AES-GCM, but frees it from the JCE interface.

Note that it remains a serious error to not read the *entire* stream,
since the authentication tag is at the end!
2021-07-15 16:28:11 -04:00
..
src Reimplement ProfileCipherInputStream using libsignal-client. 2021-07-15 16:28:11 -04:00
.gitignore Move libsignal-service-java into this repo. 2019-12-04 00:07:13 -05:00
build.gradle Update to libsignal-client 0.8.3 2021-07-12 20:29:07 -04:00
witness-verifications.gradle Update to libsignal-client 0.8.3 2021-07-12 20:29:07 -04:00