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.51k stars 409 forks source link

Where can the source code for signal_kyber_key_pair_generate (and other KEM functions) be found? #536

Closed epoberezkin closed 11 months ago

epoberezkin commented 12 months ago

https://github.com/search?q=org%3Asignalapp%20signal_kyber_key_pair_generate&type=code

jrose-signal commented 11 months ago

Good question. These functions are generated by the bridge_fn helper macro from declarations in the libsignal-bridge crate.

epoberezkin commented 11 months ago

Thank you!