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
andMacVerifier
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 aMacProver(x, m)
and its correspondingMacVerifier(k)
, the following equation holdsm = k + delta x
, for a global keydelta
, known only to the verifier. MacVerifier
type- Prover for the edabits conversion protocol
- Verifier for the edabits conversion protocol