-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
It could be useful to have the following interface for transcript hashing:
template<typename ppT> class transcript_hasher
{
public:
void add_element(const libff::Fr<ppT> &element);
void add_element(const libff::G1<ppT> &element);
void add_element(const libff::G2<ppT> &element);
libff::Fr<ppT> get_hash();
};vesselinux
Metadata
Metadata
Assignees
Labels
No labels