Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verifier #173

Closed
wants to merge 23 commits into from
Closed

Verifier #173

wants to merge 23 commits into from

Conversation

themighty1
Copy link
Member

@themighty1 themighty1 commented Jan 26, 2023

The Verifier of the notarization document.

See tests/integration_test.rs for an end-to-end test.

I did not write tests for verification failure conditions and for document validation errors. All other tests are present. I will add the missing tests as a separate commit once this PR is ACKed.

Copy link
Member

@sinui0 sinui0 left a comment

Choose a reason for hiding this comment

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

Lookin good, I left some comments mostly around naming. Will re-review after changes as discussed in discord regarding label order/removing block semantics

verifier/src/tls_doc.rs Outdated Show resolved Hide resolved
verifier/src/lib.rs Outdated Show resolved Hide resolved
verifier/src/lib.rs Outdated Show resolved Hide resolved
verifier/src/tls_doc.rs Outdated Show resolved Hide resolved
verifier/src/commitment.rs Outdated Show resolved Hide resolved
verifier/src/commitment.rs Outdated Show resolved Hide resolved
verifier/src/commitment.rs Outdated Show resolved Hide resolved
verifier/src/lib.rs Outdated Show resolved Hide resolved
verifier/src/commitment.rs Outdated Show resolved Hide resolved
@themighty1
Copy link
Member Author

@th4s , all sinu's comments have been addressed. I will not be adding any new commits.

@themighty1 themighty1 requested a review from th4s February 1, 2023 16:35
Copy link
Member

@th4s th4s left a comment

Choose a reason for hiding this comment

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

Nice work 🚀

I think it would be good to have some more unit tests for this crate, because there are some modules without any tests. We should also fix the warnings from cargo check when compiling.

verifier/src/lib.rs Outdated Show resolved Hide resolved
verifier/src/checks.rs Outdated Show resolved Hide resolved
verifier/src/checks.rs Outdated Show resolved Hide resolved
verifier/src/checks.rs Outdated Show resolved Hide resolved
verifier/src/commitment.rs Outdated Show resolved Hide resolved
verifier/src/label_encoder.rs Outdated Show resolved Hide resolved
verifier/src/label_encoder.rs Outdated Show resolved Hide resolved
verifier/src/signed.rs Outdated Show resolved Hide resolved
@sinui0 sinui0 added this to the Notarize! milestone Feb 7, 2023
@themighty1
Copy link
Member Author

All feedback was addressed. I had to break down the document into more testable chunks and make mpc-core a dev dependency.
No functional changes were made in the last 2 commits except only verify_label_commitments was simplified

fn verify_label_commitments(&self) -> Result<(), Error> {

@themighty1
Copy link
Member Author

I opened the issue for rs_merkle antouhou/rs-merkle#20
Will keep using rs_merkle as is for now.
The panicking test is commented out for now

fn verify_merkle_proofs_fail_wrong_leaf_count(mut validated_doc: ValidatedDoc) {

@themighty1
Copy link
Member Author

@sinui0 , adding you to review since some changes happened since your last review.

Copy link
Member

@sinui0 sinui0 left a comment

Choose a reason for hiding this comment

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

lgtm, couple small things

Copy link
Member

@th4s th4s left a comment

Choose a reason for hiding this comment

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

🚀 Nice work, ack

verifier/transcript-verifier/src/doc/mod.rs Show resolved Hide resolved
transcript-core/src/commitment.rs Show resolved Hide resolved
@themighty1
Copy link
Member Author

closing, superseded by #232

@themighty1 themighty1 closed this May 2, 2023
@sinui0 sinui0 deleted the verifier_local branch May 23, 2023 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants