Lennart Braun

Results 40 comments of Lennart Braun

The relicensing applies to the currently unreleased version 3.0.0 of OpenSSL ([OpenSSL Blog]). According to [debian-legal]: > I believe that there is no license conflict between the LGPL and the...

Hi, I thought I had an implementation of the 3- and 4-input AND/MUL gates somewhere, but it does not seem to be on the public branch. Maybe I did not...

I have put the current state [here](https://github.com/encryptogroup/MOTION2NX/tree/lenerd/aby2-multi-input-and-mul). With new GCC, it does currently not compile for me, though.

What does a token actually represent (the naming is very generic), is it a wire id? Maybe @dd23 should take a look at this.

And these wire ids are not used as indices to an array anywhere?

I will try to find some time to write some tutorials ...

Hi, (1) Current, not all protocols presented in the ABY2.0 paper are implement here, and we have unfortunately not yet an implementation of bit extraction. We have the primitive operations...

Currently we have only neural network inference, but no protocols for training. For the ReLU activation, different protocols are implemented which basically multiply/AND the value with the inverse of the...

The `parallel/algorithm` header is part of GNU libstdc++. See [here](https://gcc.gnu.org/onlinedocs/libstdc++/manual/parallel_mode.html). If you are on macos, then I guess you are using libc++, which might not contain these non-standard APIs. Maybe...

Hi, for debugging of some code using Boost.Fiber, I wrote some custom GDB commands for e.g. finding the scheduler object, listing the running worker fibers and their backtraces, as well...