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

Fix wrong shared secret length in KEM #539

Closed mseewer closed 11 months ago

mseewer commented 11 months ago

The shared_secret_length function returned the wrong length.

jrose-signal commented 11 months ago

Yikes, thanks! Good thing we're not using that particular function (it's just there for completeness). I'll get this into the next release.

jrose-signal commented 11 months ago

Pulled into v0.33.0 with some tests as https://github.com/signalapp/libsignal/commit/8c27b74032a38846cba48224fccbb46608e30db4. Thanks again!