Daniel Demmler

Results 34 comments of Daniel Demmler

As far as I know asserts are only omitted, when `NDEBUG` is defined or passed as compile flag (`-DNDEBUG`), so the code should be fine as long as `NDEBUG` isn't...

I cannot reproduce this issue, neither on Manjaro nor on Ubuntu 19.04. Can you try to do a fresh clone of the repository? What system are you using? Is boost...

Please provide info about your system. Did you try this with a fresh, unmodified clone of the repository?

Did you try this with a fresh, unmodified clone of the repository?

Maybe you have an old version of ENCRYPTO_utils installed? Can you check if cmake finds ENCRYPTO_utils, i.e., if it prints ""Found ENCRYPTO_utils". What's the content of the extern folder? If...

Can confirm: v3.5.15249 fixes the issue mentioned here. Thanks!

It's been a while that we have created the circuits. I assume these contain additional status bits of the floating point format, despite the name of the circuit indicating the...

Thanks for reporting this. I think the intuition of using template `T` in this case was, that there are 8, 16, 32, and 64-bit elements in arithmetic sharing and in...

I have pushed f59161cf8c164d818284db6cabacddb711db6dfc that should fix this. Previously the amount of data read from the gate was indeed too large in some cases (always UGATE_T, which is 64 bit)....

ABY is currently not properly deallocating shares. This was also mentioned in #15 where also a possible mitigation is presented.