Skip to content

Commit

Permalink
Change one example
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentCheval committed Jan 20, 2020
1 parent 1480d69 commit b5b0ff4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ fun sign/2.
fun vk/1.
reduc check(sign(x,y),vk(y)) -> x.

let P_1 = !^10 new a; new b; new k; out(c,a); out(c,b); out(c,vk(k)); out(c,sign(a,k)).
let P_1 = !^4 new a; new b; new k; out(c,a); out(c,b); out(c,vk(k)); out(c,sign(a,k)).

query trace_equiv(P_1,P_1).

0 comments on commit b5b0ff4

Please sign in to comment.