Peter Rindal
Peter Rindal
I'm also working on this https://github.com/ladnir/macoro A subset of this library along with c++14 support.
So this is kinda a copy paste error. The example as is does not support multiple threads. This is why it throws. You can run the protocol with multiple threads...
For silent, you could just pass a higher thread count. Split will give you perfect parallelization since at that point everything is independent. While passing more threads to silent will...
See [folly/function](https://github.com/facebook/folly/blob/master/folly/docs/Function.md) for a basic explanation. It's about halfway down and I quote the beginning: > Other than copyability, there is one more significant difference between std::function and folly::Function, and...
No idea, look at the code. But likely if the implementation section of the paper doesn't benchmarked different size sets then they didn't implement it. Not my paper
Solution 1: use cmake and follow the readme. Solution 2: - link the libraries in `out/install//lib` - include the folder `out/install//include`
Some mitigations have been put in place. Moreover, the attack does not apply to 128 bit security. However, the security of it does remain unclear. I'll add a warning at...
The attack is quit unusual in that it requires the security parameter to be a multiple of 20. So 120 bit and 140 bit kos is insecure but 128 bit...
Added a warning when KOS is used (can be disabled). Also removed KOS usage by silent OT. Not sure it makes sense to actually fix KOS since soft-spoken is effectively...