Skip to content

Commit

Permalink
remove unnecessary rewrite /...
Browse files Browse the repository at this point in the history
  • Loading branch information
bgregoir committed Dec 6, 2023
1 parent 4ff34a2 commit a76cc78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/ChaChaPoly/chacha_poly.ec
Original file line number Diff line number Diff line change
Expand Up @@ -1467,7 +1467,7 @@ section PROOFS.
Mem.log{1} Mem.log{2} Mem.lc{1} Mem.lc{2}
BNR.lenc{1} BNR.lenc{2} BNR.ndec{1} BNR.ndec{2} /\
check_plaintext BNR.lenc{1} p{1} ).
+ by ecall (equ_cc n{1} ROin.m{1} ROout.m{1}); rewrite /check_plaintext; auto => /> /#.
+ ecall (equ_cc n{1} ROin.m{1} ROout.m{1}); auto => /> /#.
move=> {&m};inline{1} 5; inline{1} 8.
rcondt{1} ^if.
+ move=> &m; auto => />; rewrite /SplitD.test /= C.insubdK //=.
Expand Down Expand Up @@ -1644,7 +1644,7 @@ section PROOFS.
BNR.lenc{1} BNR.lenc{2} BNR.ndec{1} BNR.ndec{2}
UFCMA.log{2} /\
check_plaintext BNR.lenc{1} p{1} ).
+ by ecall (equ_cc n{1} ROin.m{1} ROout.m{1}); rewrite /check_plaintext; auto => /> /#.
+ by ecall (equ_cc n{1} ROin.m{1} ROout.m{1}); auto => /> /#.
inline{1} 5; inline{1} 8.
rcondt{1} ^if.
+ by move=> &m; auto => />; rewrite /SplitD.test /= C.insubdK //=; smt(C.gt0_max_counter).
Expand Down

0 comments on commit a76cc78

Please sign in to comment.