Tore Frederiksen
Tore Frederiksen
After more discussion with Claudio Orlandi, I realised that the amount of changes to make the protocol secure are really minimal. Thus I think it still makes sense to merge...
> Hi, what are the necessary changes? If they are really only small I can implement them. In relation to https://eprint.iacr.org/2021/1218 they are minimal. But as mentioned in the comments,...
@quacktiamauct can you implement the changes I have requested?
Some nice features that could be added to this hypothetical framework: - Easily running methods in parallel to ensure that parallel execution does in fact work. - A nice way...
@jonas-lj requested changes have been added.
Make sure that MASCOT preprocessing is done in parallel in a multithreaded manner. The code has already been refactored to be able to use the same seed OTs in different...
Currently the OT extension, specifically the BristolRotBatch class always initialises a new PRG for each OT in the batch, using the random strings coming from Rot. When using BristolRotBatch with...
This is somewhat relates to issue #222
Should be fixable by running coin-tossing each time there is a MAC check.
This can be implemented with a global static and final hash map where variables can be added and accesses on demand