signalapp / libsignal

Home to the Signal Protocol as well as other cryptographic primitives which make Signal possible.
GNU Affero General Public License v3.0
3.55k stars 415 forks source link

bridge: Simplify the jni_bridge_handle macro using a marker trait #384

Closed jrose-signal closed 2 years ago

jrose-signal commented 3 years ago

Similar to #383, but for the JNI bridge. Once again, hiding whitespace helps a lot.