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.63k stars 420 forks source link

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

Closed epoberezkin closed 1 year ago

epoberezkin commented 1 year ago

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

jrose-signal commented 1 year ago

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

epoberezkin commented 1 year ago

Thank you!