Module seec::mul_triple::boolean::trusted_seed_provider
source · Expand description
Trusted Seed MT Provider.
This module implements a trusted third party MT provider according to the
Chameleon paper. The third party
generates two random seeds and derives the MTs from them. The first party gets the first seed,
while the second party receives the second seed and the c
values for their MTs.
For a visualization of the protocol, look at Figure 1 of the linked paper.