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

verification hash calculation: the previous verification should be included at the root level, the same level as other hashes #10

Open
rht opened this issue Jan 19, 2022 · 0 comments

Comments

@rht
Copy link

rht commented Jan 19, 2022

Currently, the verification hash is composed of hash_sum(content_hash + metadata_hash + signature_hash + witness_hash). Where the previous verification hash is an input to calculate metadata_hash.

I think it should be instead hash_sum(previous_verification_hash + content_hash + metadata_hash + signature_hash + witness_hash).

@FantasticoFox FantasticoFox transferred this issue from inblockio/aqua-docs Sep 27, 2024
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

No branches or pull requests

1 participant