Expand description
This is a library implementing the field conversion using edabits
Structs
EdabitsProver struct
EdabitsVerifier struct
F_com protocol for the Prover
F_com protocol for the Verififier
The types
MacProver and MacVerifier hold the data associated to
a MAC between a prover and a verifier, following SVOLE style
functionalities. The main property associated with the two types is
that, given a MacProver(x, m) and its corresponding
MacVerifier(k), the following equation holds m = k + delta x,
for a global key delta, known only to the verifier.MacVerifier typeProver for the edabits conversion protocol
Verifier for the edabits conversion protocol