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

Fix wrong shared secret length in KEM #539

Closed mseewer closed 1 year ago

mseewer commented 1 year ago

The shared_secret_length function returned the wrong length.

jrose-signal commented 1 year 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 1 year ago

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