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.55k stars 415 forks source link

zkgroup: GroupSecretParams::decrypt_blob should use `&self` #419

Closed jrose-signal closed 2 years ago

jrose-signal commented 2 years ago

There's no point in taking GroupSecretParams by value here; it's a Copy type already. I suspect it was a typo originally.