You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently have no examples of CommitmentSchemes 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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: