-
Notifications
You must be signed in to change notification settings - Fork 5
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
Consider whether VerifiableTimestamp and TimestampCommitment are both needed #102
Comments
Done in PR #105.
The |
…iable-timestamp Refactor verifiable timestamp and commitments (#102)
Closed with #108 |
Qs:
VerifiableTimestamp
looks very similar toTimestampCommitment
; are both needed?verify_content
method inVerifiableTimestamp
verifies the expected data in the DID commitment; is this the cleanest way to do it? (at least this is validating the content, not verifying it)VerifiableTimestamp
as a trait (without theverify_content
method), which is implemented byTimestampCommitment
?validate_pow_hash
is called as part of the content verification procedure?First step will be to draw a diagram of the commitments & related traits.
The text was updated successfully, but these errors were encountered: