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.42k stars 398 forks source link

bridge: Add support for bincode-serialized args and results #401

Closed jrose-signal closed 2 years ago

jrose-signal commented 2 years ago

This will be used by zkgroup. Note that in order to print the type correctly in C, a type Serialized<FooBar> will be translated to [u8; FOO_BAR_LEN], where 'FOO_BAR_LEN' has to be a constant that's in scope.