]> AND Private Git Repository - canny.git/blobdiff - schema2.dot
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
je sais plus
[canny.git] / schema2.dot
index 6c8a0ae8eefad782eb698e8c47526216b44e64ca..2af819420bd2206c12f9e248a5b67d1f0a0f57c6 100644 (file)
@@ -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 = 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
 
        start -> SI
        start -> PIb
@@ -21,9 +23,14 @@ digraph start_up {
        start -> key 
 
        SI -> ED
        start -> key 
 
        SI -> ED
-       ED -> STC 
+       ED -> condEmb 
+
+       condEmb -> STC [label="Yes"]
+       condEmb -> sample [label="No"]
+       key -> sample
        
        STC -> decrypt
        
        STC -> decrypt
+       sample -> decrypt
        key -> decrypt
        decrypt -> end
        
        key -> decrypt
        decrypt -> end