File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -527,7 +527,7 @@ Module SigmaProtocol (π : SigmaProtocolParams)
527
527
unfold inv.
528
528
intros l lin h1 s' h2.
529
529
apply h2.
530
- eapply notin_temp ; [ eassumption | ].
530
+ eapply notin_has_separate ; [ eassumption | ].
531
531
apply (fseparate_trans_r _ _ KEY_locs).
532
532
1,2: fmap_solve.
533
533
}
@@ -574,7 +574,7 @@ Module SigmaProtocol (π : SigmaProtocolParams)
574
574
unfold inv.
575
575
intros l lin h1 s' h2.
576
576
apply h2.
577
- eapply notin_temp ; [ eassumption | ].
577
+ eapply notin_has_separate ; [ eassumption | ].
578
578
apply (fseparate_trans_r _ _ KEY_locs).
579
579
1,2: fmap_solve.
580
580
}
@@ -641,7 +641,7 @@ Module SigmaProtocol (π : SigmaProtocolParams)
641
641
unfold inv.
642
642
intros l lin h1 s' h2.
643
643
apply h2.
644
- eapply notin_temp ; [ eassumption | ].
644
+ eapply notin_has_separate ; [ eassumption | ].
645
645
apply (fseparate_trans_r _ _ KEY_locs).
646
646
1,2: fmap_solve.
647
647
}
You can’t perform that action at this time.
0 commit comments