Implement the computation for generating a shares of a random bit in TinyTables
Opened this issue · 0 comments
GuutBoy commented
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
.