-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
feature ✨New feature or requestNew feature or requestgood first issue 👋Good for newcomersGood for newcomers
Description
Idea
We currently have no examples of CommitmentScheme
s in our crate! This cannot be! So, we should implement a standard trait that any and all commitment schemes should use and provide some examples.
Examples
- Hash based commitment scheme (should be quick to implement!)
- Pedersen commitment
- Polynomial commitment (e.g., KZG)
- Vector commitment (e.g., Merkle tree)
Of the above, hash and vector could be done with what we already have. Implementing Pedersen and KZG would be of interest to more of the ZK community, surely.
Metadata
Metadata
Assignees
Labels
feature ✨New feature or requestNew feature or requestgood first issue 👋Good for newcomersGood for newcomers