encryptogroup / OTExtension

C++ OT extension implementation
GNU Lesser General Public License v3.0
125 stars 35 forks source link

Fix AES fixed key ALSZ #33

Closed MartKro closed 5 years ago

MartKro commented 5 years ago

Fixed a bug which caused the ALSZ OTExtension routine to fail if fixed keys were used

MartKro commented 5 years ago

Thank your for the change request. I considered it myself already but I wasn't sure if the parameters would fit.

dd23 commented 5 years ago

There is a copy/paste typo in your new commit. The two InitPRFKeys calls must be different. See also the failing Travis build.

dd23 commented 5 years ago

Thanks!