Skip to content
This repository was archived by the owner on Apr 27, 2023. It is now read-only.

Conversation

@lovesh
Copy link
Contributor

@lovesh lovesh commented Nov 21, 2019

Signed-off-by: lovesh [email protected]

}
```
- To generate the challenge, the prover will need to get bytes for the pre-challenge phase. This can be done by using `PoKOfSignature::to_bytes` method.
- For the verifier to generate the challenge, it will get bytes for the pre-challenge phase by calling `PoKOfSignatureProof::get_bytes_for_challenge`. `revealed_msg_indices` corresponds to the messages revealed to the verifier since they are not included in the proof of knowledge protocol.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Verifier generates the challenge by retrieving all relavant bytes for the pre-challenge phase by calling ...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Copy link
Contributor

@mikelodder7 mikelodder7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just change the text so something similar to this suggestion as it reads easier and is more clearly stated.

Base automatically changed from master to main January 22, 2021 20:49
@dcmiddle
Copy link
Contributor

dcmiddle commented Jan 5, 2022

Should we have merged this a while back? It looks like the feedback was addressed and the PS scheme is in the code (currently under zmix).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants