Skip to content

Commit 5250e72

Browse files
committed
Update names in SigmaProtocol.
1 parent 411c716 commit 5250e72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

theories/Crypt/examples/SigmaProtocol.v

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ Module SigmaProtocol (π : SigmaProtocolParams)
527527
unfold inv.
528528
intros l lin h1 s' h2.
529529
apply h2.
530-
eapply notin_temp; [ eassumption | ].
530+
eapply notin_has_separate; [ eassumption | ].
531531
apply (fseparate_trans_r _ _ KEY_locs).
532532
1,2: fmap_solve.
533533
}
@@ -574,7 +574,7 @@ Module SigmaProtocol (π : SigmaProtocolParams)
574574
unfold inv.
575575
intros l lin h1 s' h2.
576576
apply h2.
577-
eapply notin_temp; [ eassumption | ].
577+
eapply notin_has_separate; [ eassumption | ].
578578
apply (fseparate_trans_r _ _ KEY_locs).
579579
1,2: fmap_solve.
580580
}
@@ -641,7 +641,7 @@ Module SigmaProtocol (π : SigmaProtocolParams)
641641
unfold inv.
642642
intros l lin h1 s' h2.
643643
apply h2.
644-
eapply notin_temp; [ eassumption | ].
644+
eapply notin_has_separate; [ eassumption | ].
645645
apply (fseparate_trans_r _ _ KEY_locs).
646646
1,2: fmap_solve.
647647
}

0 commit comments

Comments
 (0)