X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/canny.git/blobdiff_plain/a0f4d76521ca0d84f0de9ba71ecb094fc9e1af33..HEAD:/schema.dot diff --git a/schema.dot b/schema.dot index 448527e..5edc80e 100644 --- a/schema.dot +++ b/schema.dot @@ -1,21 +1,20 @@ digraph start_up { - node [style = rounded, shape = rect] PI [label="Choice of \n cover X"] - node [style = rounded, shape = rect] PIb [label="Param. b "] + node [style = rounded, shape = rect] PI [label="Choose cover X"] + node [style = rounded, shape = rect] PIb [label="Set b, T"] - - node [style = rounded, shape = rect] message [label="Message mess"] node [style = rounded, shape = rect] key [label="Key k"] - node [style = rounded, shape = rect] ee [label="Enlarge edges "] + node [style = rounded, shape = rect] ee [label="Modify b, T"] node [style = rounded, shape = rect] encrypt [label="m=encryption(mess,k)"] - node [style = rounded, shape = rect] STC [label="y= STC(x,m)"] node [style = rounded, shape = rect] sample [label="y= sample(x,m)"] + node [style = rounded, shape = rect] STC [label="y= STC(x,m,H)"] + node [style = rounded, shape = rect] sample [label="y= sample(x,m)"] node [style = rounded, shape = rect] emb [label="stego=embedding(y,X)"] node [style = rounded, shape = rect] start [label="Start"] node [style = rounded, shape = rect] end [label="End"] - node [style = rounded, shape = rect] ED [label="x=edgeDetection(b bits)"] + node [style = rounded, shape = rect] ED [label="x=Edge Detection(b,T,X)"] node [style = "", shape = diamond] cond [label="Size of x\n enough for m"]; node [style = "", shape = diamond] condStrat [label="Strategy is fixed"]; @@ -34,7 +33,7 @@ digraph start_up { message -> encrypt ED -> cond encrypt -> cond - cond -> condEmb [label="Yes"] + cond -> condEmb [label="Yes with H"] cond -> condStrat [label="No"] condEmb -> STC [label="Yes"]