X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/canny.git/blobdiff_plain/b417a74f270da1ad1a8b11552a8508c45cb75085..f8fe24674d7f4a90d8bed77b1d267f60215c300a:/schema2.dot?ds=inline diff --git a/schema2.dot b/schema2.dot index 6c8a0ae..2af8194 100644 --- a/schema2.dot +++ b/schema2.dot @@ -9,7 +9,9 @@ digraph start_up { node [style = rounded, shape = rect] ED [label="y=edgeDetection(b bits)"] node [style = rounded, shape = rect] decrypt [label="message=decryption(m)"] + node [style = "", shape = diamond] condEmb [label="Use of STC"]; + node [style = rounded, shape = rect] sample [label= "m=sample(y)"] start -> SI start -> PIb @@ -21,9 +23,14 @@ digraph start_up { start -> key SI -> ED - ED -> STC + ED -> condEmb + + condEmb -> STC [label="Yes"] + condEmb -> sample [label="No"] + key -> sample STC -> decrypt + sample -> decrypt key -> decrypt decrypt -> end