Skip to content

Full node composite message self validation #50

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

traiansf
Copy link
Contributor

No description provided.

@@ -155,15 +157,17 @@ Proof.
intros l s om Hv HsY HomY.
repeat split.
- apply lift_sub_valid, Hv.
- unfold limited_constraint, limited_equivocation_constraint.
- reduce.
Copy link
Contributor

Choose a reason for hiding this comment

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

Just a memento that hnf seems to be an alias for the reduce tactic that is actually documented: https://coq.inria.fr/refman/proofs/writing-proofs/equality.html#coq:tacn.hnf

Suggested change
- reduce.
- hnf.

@traiansf traiansf force-pushed the full-node-composite-message-self-validation_1 branch from d6fcd18 to 1f56ff5 Compare October 13, 2022 06:58
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.

2 participants