From Wikipedia, the free encyclopedia
Original file (SVG file, nominally 259 × 180 pixels, file size: 46 KB)
Summary
Inspiré de « How to leak a secret », de Rivest, Shamir et Tauman. Asiacrypt 2001.
Source code (TikZ)
\documentclass { standalone}
\usepackage [utf8] { inputenc}
%\usepackage[frenchb]{babel}
\usepackage [T1] { fontenc}
\usepackage { libertine}
\usepackage { tikz}
\usetikzlibrary { chains, positioning}
\begin { document}
\begin { tikzpicture} [xor/.style={ draw, circle, inner sep=0pt, minimum size=.5em, append after command={ (\tikzlastnode .east) edge (\tikzlastnode .west) (\tikzlastnode .south) edge (\tikzlastnode .north)}} ]
\node (v) at (90:1.5) { |} ;
\node [above=0cm of v] { $ v $ } ;
\node [xor] (o1) at (60:1.5) {} ;
\node [] (E1) at (30:1.5) { $ E_ \sigma $ } ;
\node [xor] (o2) at (0:1.5) {} ;
\node [] (E2) at (-30:1.5) { $ E_ \sigma $ } ;
\node [xor] (o3) at (160:1.5) {} ;
\node [] (E3) at (120:1.5) { $ E_ \sigma $ } ;
\draw [->] (0,0) ++ (85:1.5) arc (85:65:1.5);
\draw [->] (0,0) ++ (55:1.5) arc (55:40:1.5);
\draw [->] (0,0) ++ (55:1.5) arc (55:40:1.5);
\draw [->] (0,0) ++ (20:1.5) arc (20:5:1.5);
\draw [->] (0,0) ++ (-5:1.5) arc (-5:-20:1.5);
\draw [->] (0,0) ++ (-40:1.5) arc (-40:-195:1.5);
\draw [->] (0,0) ++ (155:1.5) arc (155:130:1.5);
\draw [->] (0,0) ++ (115:1.5) arc (115:95:1.5);
\path (-110:1.4) -- node[sloped]{ \ldots } (-130:1.4);
\node [scale=.7] at (60:2.7) (e1) { $ \textrm {Enc}_{pk_ 1 } ( x_ 1 ) $ } ;
\node [scale=.7] at (0:3) (e2) { $ \textrm {Enc}_{pk_ 2 } ( x_ 2 ) $ } ;
\node [scale=.7] at (160:3.2) (e3) { $ \textrm {Enc}_{pk_r} ( x_r ) $ } ;
\foreach \i in { 1,2,3}
\draw [->] (e\i ) -- (o\i );
\node [scale=.7] at (-120:2.7) (dec) { $ \textrm {Dec}_{sk_s} ( E_ \sigma ( v ) \oplus v_s ) $ } ;
\draw [dashed,->] (dec) -- (-120:1.5);
\end { tikzpicture}
\end { document}
Licensing
I, the copyright holder of this work, hereby publish it under the following license:
This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication .
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.
http://creativecommons.org/publicdomain/zero/1.0/deed.en CC0 Creative Commons Zero, Public Domain Dedication false false
English Add a one-line explanation of what this file represents
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time Thumbnail Dimensions User Comment
current 15:14, 30 June 2017 259 × 180 (46 KB) Chouhartem {{Information |Description ={{en|1=Ring signatures.}} {{fr|1=Signature d’anneau.}} |Source ={{own}} |Author =Chouhartem |Date =30/06/2017 |Permission = |other_versions = }} Inspiré de « How to le...
File usage
The following page uses this file:
Global file usage
The following other wikis use this file:
Usage on de.wikipedia.org
Usage on fr.wikipedia.org
Usage on ja.wikipedia.org
Usage on ko.wikipedia.org
Usage on pt.wikipedia.org
Usage on ru.wikipedia.org
Usage on uk.wikipedia.org
This file contains additional information, probably added from the digital camera or scanner used to create or digitize it.
If the file has been modified from its original state, some details may not fully reflect the modified file.