]> AND Private Git Repository - canny.git/blob - rec.ps
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
style corrigé pour IET
[canny.git] / rec.ps
1 %!PS-Adobe-3.0
2 %%Creator: graphviz version 2.26.3 (20100126.1600)
3 %%Title: start_up
4 %%Pages: (atend)
5 %%BoundingBox: (atend)
6 %%EndComments
7 save
8 %%BeginProlog
9 /DotDict 200 dict def
10 DotDict begin
11
12 /setupLatin1 {
13 mark
14 /EncodingVector 256 array def
15  EncodingVector 0
16
17 ISOLatin1Encoding 0 255 getinterval putinterval
18 EncodingVector 45 /hyphen put
19
20 % Set up ISO Latin 1 character encoding
21 /starnetISO {
22         dup dup findfont dup length dict begin
23         { 1 index /FID ne { def }{ pop pop } ifelse
24         } forall
25         /Encoding EncodingVector def
26         currentdict end definefont
27 } def
28 /Times-Roman starnetISO def
29 /Times-Italic starnetISO def
30 /Times-Bold starnetISO def
31 /Times-BoldItalic starnetISO def
32 /Helvetica starnetISO def
33 /Helvetica-Oblique starnetISO def
34 /Helvetica-Bold starnetISO def
35 /Helvetica-BoldOblique starnetISO def
36 /Courier starnetISO def
37 /Courier-Oblique starnetISO def
38 /Courier-Bold starnetISO def
39 /Courier-BoldOblique starnetISO def
40 cleartomark
41 } bind def
42
43 %%BeginResource: procset graphviz 0 0
44 /coord-font-family /Times-Roman def
45 /default-font-family /Times-Roman def
46 /coordfont coord-font-family findfont 8 scalefont def
47
48 /InvScaleFactor 1.0 def
49 /set_scale {
50        dup 1 exch div /InvScaleFactor exch def
51        scale
52 } bind def
53
54 % styles
55 /solid { [] 0 setdash } bind def
56 /dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
57 /dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
58 /invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
59 /bold { 2 setlinewidth } bind def
60 /filled { } bind def
61 /unfilled { } bind def
62 /rounded { } bind def
63 /diagonals { } bind def
64
65 % hooks for setting color 
66 /nodecolor { sethsbcolor } bind def
67 /edgecolor { sethsbcolor } bind def
68 /graphcolor { sethsbcolor } bind def
69 /nopcolor {pop pop pop} bind def
70
71 /beginpage {    % i j npages
72         /npages exch def
73         /j exch def
74         /i exch def
75         /str 10 string def
76         npages 1 gt {
77                 gsave
78                         coordfont setfont
79                         0 0 moveto
80                         (\() show i str cvs show (,) show j str cvs show (\)) show
81                 grestore
82         } if
83 } bind def
84
85 /set_font {
86         findfont exch
87         scalefont setfont
88 } def
89
90 % draw text fitted to its expected width
91 /alignedtext {                  % width text
92         /text exch def
93         /width exch def
94         gsave
95                 width 0 gt {
96                         [] 0 setdash
97                         text stringwidth pop width exch sub text length div 0 text ashow
98                 } if
99         grestore
100 } def
101
102 /boxprim {                              % xcorner ycorner xsize ysize
103                 4 2 roll
104                 moveto
105                 2 copy
106                 exch 0 rlineto
107                 0 exch rlineto
108                 pop neg 0 rlineto
109                 closepath
110 } bind def
111
112 /ellipse_path {
113         /ry exch def
114         /rx exch def
115         /y exch def
116         /x exch def
117         matrix currentmatrix
118         newpath
119         x y translate
120         rx ry scale
121         0 0 1 0 360 arc
122         setmatrix
123 } bind def
124
125 /endpage { showpage } bind def
126 /showpage { } def
127
128 /layercolorseq
129         [       % layer color sequence - darkest to lightest
130                 [0 0 0]
131                 [.2 .8 .8]
132                 [.4 .8 .8]
133                 [.6 .8 .8]
134                 [.8 .8 .8]
135         ]
136 def
137
138 /layerlen layercolorseq length def
139
140 /setlayer {/maxlayer exch def /curlayer exch def
141         layercolorseq curlayer 1 sub layerlen mod get
142         aload pop sethsbcolor
143         /nodecolor {nopcolor} def
144         /edgecolor {nopcolor} def
145         /graphcolor {nopcolor} def
146 } bind def
147
148 /onlayer { curlayer ne {invis} if } def
149
150 /onlayers {
151         /myupper exch def
152         /mylower exch def
153         curlayer mylower lt
154         curlayer myupper gt
155         or
156         {invis} if
157 } def
158
159 /curlayer 0 def
160
161 %%EndResource
162 %%EndProlog
163 %%BeginSetup
164 14 default-font-family set_font
165 1 setmiterlimit
166 % /arrowlength 10 def
167 % /arrowwidth 5 def
168
169 % make sure pdfmark is harmless for PS-interpreters other than Distiller
170 /pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
171 % make '<<' and '>>' safe on PS Level 1 devices
172 /languagelevel where {pop languagelevel}{1} ifelse
173 2 lt {
174     userdict (<<) cvn ([) cvn load put
175     userdict (>>) cvn ([) cvn load put
176 } if
177
178 %%EndSetup
179 setupLatin1
180 %%Page: 1 1
181 %%PageBoundingBox: 36 36 365 590
182 %%PageOrientation: Portrait
183 0 0 1 beginpage
184 gsave
185 36 36 329 554 boxprim clip newpath
186 1 1 set_scale 0 rotate 40 41 translate
187 % SI
188 gsave
189 1 setlinewidth
190 0 0 0 nodecolor
191 newpath 146 472 moveto
192 68 472 lineto
193 stroke
194 1 setlinewidth
195 0 0 0 nodecolor
196 newpath 68 472 moveto
197 62 472 56 466 56 460 curveto
198 stroke
199 1 setlinewidth
200 0 0 0 nodecolor
201 newpath 56 460 moveto
202 56 448 lineto
203 stroke
204 1 setlinewidth
205 0 0 0 nodecolor
206 newpath 56 448 moveto
207 56 442 62 436 68 436 curveto
208 stroke
209 1 setlinewidth
210 0 0 0 nodecolor
211 newpath 68 436 moveto
212 146 436 lineto
213 stroke
214 1 setlinewidth
215 0 0 0 nodecolor
216 newpath 146 436 moveto
217 152 436 158 442 158 448 curveto
218 stroke
219 1 setlinewidth
220 0 0 0 nodecolor
221 newpath 158 448 moveto
222 158 460 lineto
223 stroke
224 1 setlinewidth
225 0 0 0 nodecolor
226 newpath 158 460 moveto
227 158 466 152 472 146 472 curveto
228 stroke
229 0 0 0 nodecolor
230 14 /Times-Roman set_font
231 63.5 450.4 moveto 87 (Stego Image) alignedtext
232 grestore
233 % ED
234 gsave
235 1 setlinewidth
236 0 0 0 nodecolor
237 newpath 242 364 moveto
238 82 364 lineto
239 stroke
240 1 setlinewidth
241 0 0 0 nodecolor
242 newpath 82 364 moveto
243 76 364 70 358 70 352 curveto
244 stroke
245 1 setlinewidth
246 0 0 0 nodecolor
247 newpath 70 352 moveto
248 70 340 lineto
249 stroke
250 1 setlinewidth
251 0 0 0 nodecolor
252 newpath 70 340 moveto
253 70 334 76 328 82 328 curveto
254 stroke
255 1 setlinewidth
256 0 0 0 nodecolor
257 newpath 82 328 moveto
258 242 328 lineto
259 stroke
260 1 setlinewidth
261 0 0 0 nodecolor
262 newpath 242 328 moveto
263 248 328 254 334 254 340 curveto
264 stroke
265 1 setlinewidth
266 0 0 0 nodecolor
267 newpath 254 340 moveto
268 254 352 lineto
269 stroke
270 1 setlinewidth
271 0 0 0 nodecolor
272 newpath 254 352 moveto
273 254 358 248 364 242 364 curveto
274 stroke
275 0 0 0 nodecolor
276 14 /Times-Roman set_font
277 77.5 342.4 moveto 169 (y=edgeDetection\(b bits\)) alignedtext
278 grestore
279 % SI->ED
280 gsave
281 1 setlinewidth
282 0 0 0 edgecolor
283 newpath 116.33 435.68 moveto
284 125.07 418.51 138.25 392.63 148.21 373.07 curveto
285 stroke
286 0 0 0 edgecolor
287 newpath 151.39 374.55 moveto
288 152.81 364.05 lineto
289 145.15 371.37 lineto
290 closepath fill
291 1 setlinewidth
292 solid
293 0 0 0 edgecolor
294 newpath 151.39 374.55 moveto
295 152.81 364.05 lineto
296 145.15 371.37 lineto
297 closepath stroke
298 grestore
299 % key
300 gsave
301 1 setlinewidth
302 0 0 0 nodecolor
303 newpath 42 282 moveto
304 12 282 lineto
305 stroke
306 1 setlinewidth
307 0 0 0 nodecolor
308 newpath 12 282 moveto
309 6 282 0 276 0 270 curveto
310 stroke
311 1 setlinewidth
312 0 0 0 nodecolor
313 newpath 0 270 moveto
314 0 258 lineto
315 stroke
316 1 setlinewidth
317 0 0 0 nodecolor
318 newpath 0 258 moveto
319 0 252 6 246 12 246 curveto
320 stroke
321 1 setlinewidth
322 0 0 0 nodecolor
323 newpath 12 246 moveto
324 42 246 lineto
325 stroke
326 1 setlinewidth
327 0 0 0 nodecolor
328 newpath 42 246 moveto
329 48 246 54 252 54 258 curveto
330 stroke
331 1 setlinewidth
332 0 0 0 nodecolor
333 newpath 54 258 moveto
334 54 270 lineto
335 stroke
336 1 setlinewidth
337 0 0 0 nodecolor
338 newpath 54 270 moveto
339 54 276 48 282 42 282 curveto
340 stroke
341 0 0 0 nodecolor
342 14 /Times-Roman set_font
343 8 260.4 moveto 38 (Key k) alignedtext
344 grestore
345 % decrypt
346 gsave
347 1 setlinewidth
348 0 0 0 nodecolor
349 newpath 191 110 moveto
350 31 110 lineto
351 stroke
352 1 setlinewidth
353 0 0 0 nodecolor
354 newpath 31 110 moveto
355 25 110 19 104 19 98 curveto
356 stroke
357 1 setlinewidth
358 0 0 0 nodecolor
359 newpath 19 98 moveto
360 19 86 lineto
361 stroke
362 1 setlinewidth
363 0 0 0 nodecolor
364 newpath 19 86 moveto
365 19 80 25 74 31 74 curveto
366 stroke
367 1 setlinewidth
368 0 0 0 nodecolor
369 newpath 31 74 moveto
370 191 74 lineto
371 stroke
372 1 setlinewidth
373 0 0 0 nodecolor
374 newpath 191 74 moveto
375 197 74 203 80 203 86 curveto
376 stroke
377 1 setlinewidth
378 0 0 0 nodecolor
379 newpath 203 86 moveto
380 203 98 lineto
381 stroke
382 1 setlinewidth
383 0 0 0 nodecolor
384 newpath 203 98 moveto
385 203 104 197 110 191 110 curveto
386 stroke
387 0 0 0 nodecolor
388 14 /Times-Roman set_font
389 27 88.4 moveto 168 (message=decryption\(m\)) alignedtext
390 grestore
391 % key->decrypt
392 gsave
393 1 setlinewidth
394 0 0 0 edgecolor
395 newpath 26.26 245.87 moveto
396 26.07 221.92 28.53 179.15 46 148 curveto
397 52.79 135.89 63.26 125.17 73.82 116.44 curveto
398 stroke
399 0 0 0 edgecolor
400 newpath 76.13 119.07 moveto
401 81.86 110.16 lineto
402 71.82 113.56 lineto
403 closepath fill
404 1 setlinewidth
405 solid
406 0 0 0 edgecolor
407 newpath 76.13 119.07 moveto
408 81.86 110.16 lineto
409 71.82 113.56 lineto
410 closepath stroke
411 grestore
412 % sample
413 gsave
414 1 setlinewidth
415 0 0 0 nodecolor
416 newpath 155 184 moveto
417 67 184 lineto
418 stroke
419 1 setlinewidth
420 0 0 0 nodecolor
421 newpath 67 184 moveto
422 61 184 55 178 55 172 curveto
423 stroke
424 1 setlinewidth
425 0 0 0 nodecolor
426 newpath 55 172 moveto
427 55 160 lineto
428 stroke
429 1 setlinewidth
430 0 0 0 nodecolor
431 newpath 55 160 moveto
432 55 154 61 148 67 148 curveto
433 stroke
434 1 setlinewidth
435 0 0 0 nodecolor
436 newpath 67 148 moveto
437 155 148 lineto
438 stroke
439 1 setlinewidth
440 0 0 0 nodecolor
441 newpath 155 148 moveto
442 161 148 167 154 167 160 curveto
443 stroke
444 1 setlinewidth
445 0 0 0 nodecolor
446 newpath 167 160 moveto
447 167 172 lineto
448 stroke
449 1 setlinewidth
450 0 0 0 nodecolor
451 newpath 167 172 moveto
452 167 178 161 184 155 184 curveto
453 stroke
454 0 0 0 nodecolor
455 14 /Times-Roman set_font
456 62.5 162.4 moveto 97 (m= sample\(y\)) alignedtext
457 grestore
458 % key->sample
459 gsave
460 1 setlinewidth
461 0 0 0 edgecolor
462 newpath 42.8 245.57 moveto
463 55.79 230.41 74.34 208.77 88.82 191.88 curveto
464 stroke
465 0 0 0 edgecolor
466 newpath 91.7 193.89 moveto
467 95.55 184.02 lineto
468 86.39 189.33 lineto
469 closepath fill
470 1 setlinewidth
471 solid
472 0 0 0 edgecolor
473 newpath 91.7 193.89 moveto
474 95.55 184.02 lineto
475 86.39 189.33 lineto
476 closepath stroke
477 grestore
478 % start
479 gsave
480 1 setlinewidth
481 0 0 0 nodecolor
482 newpath 165 546 moveto
483 135 546 lineto
484 stroke
485 1 setlinewidth
486 0 0 0 nodecolor
487 newpath 135 546 moveto
488 129 546 123 540 123 534 curveto
489 stroke
490 1 setlinewidth
491 0 0 0 nodecolor
492 newpath 123 534 moveto
493 123 522 lineto
494 stroke
495 1 setlinewidth
496 0 0 0 nodecolor
497 newpath 123 522 moveto
498 123 516 129 510 135 510 curveto
499 stroke
500 1 setlinewidth
501 0 0 0 nodecolor
502 newpath 135 510 moveto
503 165 510 lineto
504 stroke
505 1 setlinewidth
506 0 0 0 nodecolor
507 newpath 165 510 moveto
508 171 510 177 516 177 522 curveto
509 stroke
510 1 setlinewidth
511 0 0 0 nodecolor
512 newpath 177 522 moveto
513 177 534 lineto
514 stroke
515 1 setlinewidth
516 0 0 0 nodecolor
517 newpath 177 534 moveto
518 177 540 171 546 165 546 curveto
519 stroke
520 0 0 0 nodecolor
521 14 /Times-Roman set_font
522 132 524.4 moveto 36 (Start) alignedtext
523 grestore
524 % start->SI
525 gsave
526 1 setlinewidth
527 0 0 0 edgecolor
528 newpath 139.37 509.71 moveto
529 134.32 501.02 128.18 490.45 122.62 480.87 curveto
530 stroke
531 0 0 0 edgecolor
532 newpath 125.56 478.97 moveto
533 117.51 472.08 lineto
534 119.5 482.49 lineto
535 closepath fill
536 1 setlinewidth
537 solid
538 0 0 0 edgecolor
539 newpath 125.56 478.97 moveto
540 117.51 472.08 lineto
541 119.5 482.49 lineto
542 closepath stroke
543 grestore
544 % start->key
545 gsave
546 1 setlinewidth
547 0 0 0 edgecolor
548 newpath 122.68 521.02 moveto
549 98.49 513.29 64.4 498.31 47 472 curveto
550 10.56 416.91 15.84 334.97 21.92 292.24 curveto
551 stroke
552 0 0 0 edgecolor
553 newpath 25.4 292.68 moveto
554 23.46 282.26 lineto
555 18.48 291.61 lineto
556 closepath fill
557 1 setlinewidth
558 solid
559 0 0 0 edgecolor
560 newpath 25.4 292.68 moveto
561 23.46 282.26 lineto
562 18.48 291.61 lineto
563 closepath stroke
564 grestore
565 % PIb
566 gsave
567 1 setlinewidth
568 0 0 0 nodecolor
569 newpath 240 472 moveto
570 188 472 lineto
571 stroke
572 1 setlinewidth
573 0 0 0 nodecolor
574 newpath 188 472 moveto
575 182 472 176 466 176 460 curveto
576 stroke
577 1 setlinewidth
578 0 0 0 nodecolor
579 newpath 176 460 moveto
580 176 448 lineto
581 stroke
582 1 setlinewidth
583 0 0 0 nodecolor
584 newpath 176 448 moveto
585 176 442 182 436 188 436 curveto
586 stroke
587 1 setlinewidth
588 0 0 0 nodecolor
589 newpath 188 436 moveto
590 240 436 lineto
591 stroke
592 1 setlinewidth
593 0 0 0 nodecolor
594 newpath 240 436 moveto
595 246 436 252 442 252 448 curveto
596 stroke
597 1 setlinewidth
598 0 0 0 nodecolor
599 newpath 252 448 moveto
600 252 460 lineto
601 stroke
602 1 setlinewidth
603 0 0 0 nodecolor
604 newpath 252 460 moveto
605 252 466 246 472 240 472 curveto
606 stroke
607 0 0 0 nodecolor
608 14 /Times-Roman set_font
609 183.5 450.4 moveto 61 (Param. b) alignedtext
610 grestore
611 % start->PIb
612 gsave
613 1 setlinewidth
614 0 0 0 edgecolor
615 newpath 165.82 509.71 moveto
616 173.65 500.66 183.23 489.58 191.78 479.69 curveto
617 stroke
618 0 0 0 edgecolor
619 newpath 194.47 481.93 moveto
620 198.36 472.08 lineto
621 189.17 477.36 lineto
622 closepath fill
623 1 setlinewidth
624 solid
625 0 0 0 edgecolor
626 newpath 194.47 481.93 moveto
627 198.36 472.08 lineto
628 189.17 477.36 lineto
629 closepath stroke
630 grestore
631 % PIh
632 gsave
633 1 setlinewidth
634 0 0 0 nodecolor
635 newpath 309 418 moveto
636 253 418 lineto
637 stroke
638 1 setlinewidth
639 0 0 0 nodecolor
640 newpath 253 418 moveto
641 247 418 241 412 241 406 curveto
642 stroke
643 1 setlinewidth
644 0 0 0 nodecolor
645 newpath 241 406 moveto
646 241 394 lineto
647 stroke
648 1 setlinewidth
649 0 0 0 nodecolor
650 newpath 241 394 moveto
651 241 388 247 382 253 382 curveto
652 stroke
653 1 setlinewidth
654 0 0 0 nodecolor
655 newpath 253 382 moveto
656 309 382 lineto
657 stroke
658 1 setlinewidth
659 0 0 0 nodecolor
660 newpath 309 382 moveto
661 315 382 321 388 321 394 curveto
662 stroke
663 1 setlinewidth
664 0 0 0 nodecolor
665 newpath 321 394 moveto
666 321 406 lineto
667 stroke
668 1 setlinewidth
669 0 0 0 nodecolor
670 newpath 321 406 moveto
671 321 412 315 418 309 418 curveto
672 stroke
673 0 0 0 nodecolor
674 14 /Times-Roman set_font
675 249 396.4 moveto 64 (Param. H) alignedtext
676 grestore
677 % start->PIh
678 gsave
679 1 setlinewidth
680 0 0 0 edgecolor
681 newpath 177.32 521.11 moveto
682 202.62 513.32 239.5 498.19 261 472 curveto
683 271.13 459.65 276.15 442.53 278.62 428.08 curveto
684 stroke
685 0 0 0 edgecolor
686 newpath 282.09 428.52 moveto
687 280.01 418.14 lineto
688 275.16 427.56 lineto
689 closepath fill
690 1 setlinewidth
691 solid
692 0 0 0 edgecolor
693 newpath 282.09 428.52 moveto
694 280.01 418.14 lineto
695 275.16 427.56 lineto
696 closepath stroke
697 grestore
698 % end
699 gsave
700 1 setlinewidth
701 0 0 0 nodecolor
702 newpath 126 36 moveto
703 96 36 lineto
704 stroke
705 1 setlinewidth
706 0 0 0 nodecolor
707 newpath 96 36 moveto
708 90 36 84 30 84 24 curveto
709 stroke
710 1 setlinewidth
711 0 0 0 nodecolor
712 newpath 84 24 moveto
713 84 12 lineto
714 stroke
715 1 setlinewidth
716 0 0 0 nodecolor
717 newpath 84 12 moveto
718 84 6 90 0 96 0 curveto
719 stroke
720 1 setlinewidth
721 0 0 0 nodecolor
722 newpath 96 0 moveto
723 126 0 lineto
724 stroke
725 1 setlinewidth
726 0 0 0 nodecolor
727 newpath 126 0 moveto
728 132 0 138 6 138 12 curveto
729 stroke
730 1 setlinewidth
731 0 0 0 nodecolor
732 newpath 138 12 moveto
733 138 24 lineto
734 stroke
735 1 setlinewidth
736 0 0 0 nodecolor
737 newpath 138 24 moveto
738 138 30 132 36 126 36 curveto
739 stroke
740 0 0 0 nodecolor
741 14 /Times-Roman set_font
742 97.5 14.4 moveto 27 (End) alignedtext
743 grestore
744 % PIb->ED
745 gsave
746 1 setlinewidth
747 0 0 0 edgecolor
748 newpath 205.18 435.68 moveto
749 196.91 418.51 184.45 392.63 175.04 373.07 curveto
750 stroke
751 0 0 0 edgecolor
752 newpath 178.18 371.54 moveto
753 170.69 364.05 lineto
754 171.88 374.58 lineto
755 closepath fill
756 1 setlinewidth
757 solid
758 0 0 0 edgecolor
759 newpath 178.18 371.54 moveto
760 170.69 364.05 lineto
761 171.88 374.58 lineto
762 closepath stroke
763 grestore
764 % STC
765 gsave
766 1 setlinewidth
767 0 0 0 nodecolor
768 newpath 289 184 moveto
769 197 184 lineto
770 stroke
771 1 setlinewidth
772 0 0 0 nodecolor
773 newpath 197 184 moveto
774 191 184 185 178 185 172 curveto
775 stroke
776 1 setlinewidth
777 0 0 0 nodecolor
778 newpath 185 172 moveto
779 185 160 lineto
780 stroke
781 1 setlinewidth
782 0 0 0 nodecolor
783 newpath 185 160 moveto
784 185 154 191 148 197 148 curveto
785 stroke
786 1 setlinewidth
787 0 0 0 nodecolor
788 newpath 197 148 moveto
789 289 148 lineto
790 stroke
791 1 setlinewidth
792 0 0 0 nodecolor
793 newpath 289 148 moveto
794 295 148 301 154 301 160 curveto
795 stroke
796 1 setlinewidth
797 0 0 0 nodecolor
798 newpath 301 160 moveto
799 301 172 lineto
800 stroke
801 1 setlinewidth
802 0 0 0 nodecolor
803 newpath 301 172 moveto
804 301 178 295 184 289 184 curveto
805 stroke
806 0 0 0 nodecolor
807 14 /Times-Roman set_font
808 192.5 162.4 moveto 101 (m = STCr\(y,H\)) alignedtext
809 grestore
810 % PIh->STC
811 gsave
812 1 setlinewidth
813 0 0 0 edgecolor
814 newpath 279.94 381.88 moveto
815 277.96 351.78 272.98 289.68 263 238 curveto
816 260.17 223.33 255.83 207.28 251.92 194.06 curveto
817 stroke
818 0 0 0 edgecolor
819 newpath 255.17 192.71 moveto
820 248.91 184.16 lineto
821 248.47 194.74 lineto
822 closepath fill
823 1 setlinewidth
824 solid
825 0 0 0 edgecolor
826 newpath 255.17 192.71 moveto
827 248.91 184.16 lineto
828 248.47 194.74 lineto
829 closepath stroke
830 grestore
831 % STC->decrypt
832 gsave
833 1 setlinewidth
834 0 0 0 edgecolor
835 newpath 210.71 147.9 moveto
836 193.13 138.04 171.19 125.74 152.37 115.19 curveto
837 stroke
838 0 0 0 edgecolor
839 newpath 153.85 112.01 moveto
840 143.41 110.17 lineto
841 150.43 118.12 lineto
842 closepath fill
843 1 setlinewidth
844 solid
845 0 0 0 edgecolor
846 newpath 153.85 112.01 moveto
847 143.41 110.17 lineto
848 150.43 118.12 lineto
849 closepath stroke
850 grestore
851 % condEmb
852 gsave
853 1 setlinewidth
854 0 0 0 nodecolor
855 newpath 163 290 moveto
856 72 264 lineto
857 163 238 lineto
858 254 264 lineto
859 closepath stroke
860 0 0 0 nodecolor
861 14 /Times-Roman set_font
862 125.5 260.4 moveto 75 (Use of STC) alignedtext
863 grestore
864 % ED->condEmb
865 gsave
866 1 setlinewidth
867 0 0 0 edgecolor
868 newpath 162.22 327.8 moveto
869 162.32 319.62 162.44 309.67 162.56 300.08 curveto
870 stroke
871 0 0 0 edgecolor
872 newpath 166.06 299.97 moveto
873 162.68 289.92 lineto
874 159.06 299.88 lineto
875 closepath fill
876 1 setlinewidth
877 solid
878 0 0 0 edgecolor
879 newpath 166.06 299.97 moveto
880 162.68 289.92 lineto
881 159.06 299.88 lineto
882 closepath stroke
883 grestore
884 % decrypt->end
885 gsave
886 1 setlinewidth
887 0 0 0 edgecolor
888 newpath 111 73.71 moveto
889 111 65.46 111 55.54 111 46.36 curveto
890 stroke
891 0 0 0 edgecolor
892 newpath 114.5 46.08 moveto
893 111 36.08 lineto
894 107.5 46.08 lineto
895 closepath fill
896 1 setlinewidth
897 solid
898 0 0 0 edgecolor
899 newpath 114.5 46.08 moveto
900 111 36.08 lineto
901 107.5 46.08 lineto
902 closepath stroke
903 grestore
904 % condEmb->STC
905 gsave
906 1 setlinewidth
907 0 0 0 edgecolor
908 newpath 180.36 242.74 moveto
909 192.49 227.87 208.76 207.94 221.68 192.11 curveto
910 stroke
911 0 0 0 edgecolor
912 newpath 224.48 194.22 moveto
913 228.09 184.26 lineto
914 219.06 189.79 lineto
915 closepath fill
916 1 setlinewidth
917 solid
918 0 0 0 edgecolor
919 newpath 224.48 194.22 moveto
920 228.09 184.26 lineto
921 219.06 189.79 lineto
922 closepath stroke
923 0 0 0 edgecolor
924 14 /Times-Roman set_font
925 212 207.4 moveto 23 (Yes) alignedtext
926 grestore
927 % condEmb->sample
928 gsave
929 1 setlinewidth
930 0 0 0 edgecolor
931 newpath 150.94 241.27 moveto
932 143.29 226.85 133.35 208.12 125.3 192.95 curveto
933 stroke
934 0 0 0 edgecolor
935 newpath 128.35 191.22 moveto
936 120.57 184.03 lineto
937 122.16 194.51 lineto
938 closepath fill
939 1 setlinewidth
940 solid
941 0 0 0 edgecolor
942 newpath 128.35 191.22 moveto
943 120.57 184.03 lineto
944 122.16 194.51 lineto
945 closepath stroke
946 0 0 0 edgecolor
947 14 /Times-Roman set_font
948 138 207.4 moveto 19 (No) alignedtext
949 grestore
950 % sample->decrypt
951 gsave
952 1 setlinewidth
953 0 0 0 edgecolor
954 newpath 111 147.71 moveto
955 111 139.46 111 129.54 111 120.36 curveto
956 stroke
957 0 0 0 edgecolor
958 newpath 114.5 120.08 moveto
959 111 110.08 lineto
960 107.5 120.08 lineto
961 closepath fill
962 1 setlinewidth
963 solid
964 0 0 0 edgecolor
965 newpath 114.5 120.08 moveto
966 111 110.08 lineto
967 107.5 120.08 lineto
968 closepath stroke
969 grestore
970 endpage
971 showpage
972 grestore
973 %%PageTrailer
974 %%EndPage: 1
975 %%Trailer
976 %%Pages: 1
977 %%BoundingBox: 36 36 365 590
978 end
979 restore
980 %%EOF