"Attacking Zcash Protocol For Fun And Profit" whitepaper https://attackingzcash.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

16 lines
290 B

digraph finite_state_machine {
label="Shielded chain (zchain)";
fontsize=20;
rankdir=LR;
#ranksep=3;
ratio=auto;
overlap = false;
splines = true;
t -> z1 [label=z ];
z1 -> z2 [label=z ];
z2 -> z3 [label=z ];
z3 -> z4 [label=z ];
z2 -> z5 [label=z ];
}