emp-toolkit / emp-ag2pc

Authenticated Garbling and Efficient Maliciously Secure Two-Party Computation
Other
23 stars 19 forks source link

Setting ```__debug``` in ```amortized_2pc.h``` is broken #36

Open joerowell opened 1 year ago

joerowell commented 1 year ago

If one sets __debug in amortized_2pc.h then the code doesn't compile. This is because variables like value aren't defined in the class anymore.

wangxiao1254 commented 1 year ago

Yup they are not embedded in the last bit of the mac. Will update it.