Closed mancabizjak closed 6 years ago
Thanks for the feedback! Makes perfect sense, I added the preimage
package with Prover
, Verifier
, and PartialProver
, PartialVerifier
structs.
I just noticed we don't mention preimage proofs anywhere in the README. Should I add an entry under the Zero-knowledge proofs section?
Yes, please mention it in README. There is some information about preimage in theory.md but not much actually - I should extend it at some point.
Continues refactoring series (#97, #98).
This PR retires
crypto/zkp/commitments
andcrypto/commitments
packages. Commitments were placed into new packagesdf
,qoneway
,pedersen
andecpedersen
packages.I also updated the README and docs/theory document.