Peter Sebastian Nordholt
Peter Sebastian Nordholt
Currently, the supported way of using MASCOT preprocessing in SPDZ runs the MASCOT preprocessing online on-the-fly and the preprocessed material only ever lives in-memory. We would like to be able...
Implement a separate TinyTables resource pool and refactor code from the `TinyTablesProtocolSuite` into this. See how this is done for the `TinyTablesPreproResourcePool`
Extend the TinyTables implementation to handle generating a random shared bit. Currently, TinyTables does not support this. See the `ramdomBit` method of `TinyTablesBuilderFactory` that currently throws an `UnsupportedOperationException`.
Extend the TinyTables implementation to handle opening towards a specific party. Currently, TinyTables only supports opening to both parties. See the (overloaded) `open` method of `TinyTablesBuilderFactory` that currently throws an...
The code in the TinyTables suit is for a large part not compliant with the general code-style in FRESCO. This should be fixed. Note, must of this is easy to...
Currently we use the maxBitLength variable in numeric protocol suites such as SPDZ to set an upper limit on the maximum bit length of numbers that will be represented in...
In the current OT extension implementation a large amount of time is spent computing multiplications in GF(2k) when computing inner products of vectors with entries in GF(2k). It should be...
When running something like ``` ordhook scan blocks --interval 767430:767753 --post-to=http://localhost:3000/api/events --config-path=./Ordhook.toml ``` Ordhook will post json objects to `http://localhost:3000/api/events`. However, I cant find any documentation for the schema used....
MATRIX fails when the arguments given in the `configurations` section of the MATRIX config file includes an equals sign. Example: Using the following config ``` { "protocol":"FRESCO-SPDZ", "CloudProviders": { "local":...