Skip to content

Plonk: transcript hasher #56

@dtebbs

Description

@dtebbs

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();
};

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions