File:Early Detect Late Commit Attack Principle with Chirp Signals.svg

Summary

Description
English: Early Detect Late Commit Attack Principle with Chirp Signals
Date
Source Own work
Author Selquim
SVG development
InfoField
Source code
InfoField

LaTeX code

\documentclass[]{standalone}
\usepackage{tikz}
\usetikzlibrary{decorations.pathreplacing,angles,quotes}

% ../chirp/chirp.tex
%
% \documentclass{standalone}
% \usepackage{tikz}
% \usetikzlibrary{decorations.pathreplacing,angles,quotes}
%
% \begin{document}
% \begin{tikzpicture}
% 	\draw[black, samples=1000, domain=0:3] plot (\x, {sin((3*\x)^2*180/pi)});
% \end{tikzpicture}
% \end{document}
% \begin{document}

% ../ed/chirp.tex
%
% \documentclass{standalone}
% \usepackage{tikz}
% \usetikzlibrary{decorations.pathreplacing,angles,quotes}
% 
% \begin{document}
% \begin{tikzpicture}
% 	\node[fill=black!20,minimum height=22mm,minimum width=15mm,anchor=south west]
% 	at (0,-1.1){};
% 	\draw[black, samples=1000, domain=0:3] plot (\x, {sin((3*\x)^2*180/pi)});
% \end{tikzpicture}
% \end{document}

% ../lc/chirp.tex
%
% \documentclass{standalone}
% \usepackage{tikz}
% \usetikzlibrary{decorations.pathreplacing,angles,quotes}
% 
% \begin{document}
% \begin{tikzpicture}
% 	\node[fill=black!20,minimum height=22mm,minimum width=15mm,anchor=south west]
% 	at (0,-1.1){};
% 	\draw[black] (0,0)--(1.5,0)--(1.5,1);
% 	\draw[black, samples=1000, domain=1.5:3] plot (\x, {sin((3*\x)^2*180/pi)});
% \end{tikzpicture}
% \end{document}

\begin{document}
\begin{tikzpicture}
	\draw[dashed,black!20](0,3)--node[at start, left, black]{Verifier}(4,3);
	\draw[dashed,black!20](0,2)--node[at start, left, black]{Prover$_{\mathrm{RX} }$}(4,2);
	\draw[dashed,black!20](0,1.5)--node[at start, left, black]{Prover$_{\mathrm{TX} }$}(4,1.5);

	\node[] at (0.5,3)(p_tx){\includegraphics[width=8mm]{../chirp/chirp.pdf} };
	
	\node[] at (1,2)(v_rx){\includegraphics[width=8mm]{../chirp/chirp.pdf} };
	\draw[-latex](p_tx)--(v_rx);

	\node[] at (3,1.5)(v_tx){\includegraphics[width=8mm]{../chirp/chirp.pdf} };
	\node[] at (3.5,3)(p_rx){\includegraphics[width=8mm]{../chirp/chirp.pdf} };
	\draw[-latex](v_tx)--(p_rx);

	\node[] at (2,3)(tp){$t_{ToF}$};
	\node[] at (2,1.75)(tp){$t_p$};

	\draw[dashed,black!20](0,0)--node[at start, left, black]{Verifier}(4,0);
	\draw[dashed,black!20](0,-3)--node[at start, left, black]{Attacker$_{\mathrm{RX} }$}(4,-3);
	\draw[dashed,black!20](0,-3.5)--node[at start, left, black]{Attacker$_{\mathrm{TX} }$}(4,-3.5);

	\node[] at (0.5,0)(p_tx){\includegraphics[width=8mm]{../chirp/chirp.pdf} };
	
	\node[] at (1.5,-3)(a_rx){\includegraphics[width=8mm]{../ed/chirp.pdf} };
	\draw[decoration={brace,raise=5pt},decorate](1.1,-2.9)
		-- node[midway,above=6pt](a_rx){$t_{ed}$}(1.5,-2.9);

	\draw[-latex](p_tx)--(a_rx);

	\node[] at (2.5,-3.5)(a_tx){\includegraphics[width=8mm]{../lc/chirp.pdf} };
	\node[] at (3.5,0)(p_rx){\includegraphics[width=8mm]{../lc/chirp.pdf} };
	\draw[decoration={brace,raise=5pt},decorate](2.1,-3.4)
		-- node[midway,above=6pt](a_rx){$t_{lc}$}(2.5,-3.4);
	\draw[-latex](a_tx)--(p_rx);
	\node[] at (2,0)(tp){$t_{ToF}$};

	\draw[decoration={brace,mirror,raise=8pt},decorate](1.1,-3)
		-- node[midway,below=8pt] {$t_{\mathrm{chirp} }$}(1.9,-3);

	\draw[decoration={brace,mirror,raise=8pt},decorate](2.1,-3.5)
		-- node[midway,below=8pt] {$t_{\mathrm{chirp} }$}(2.9,-3.5);

\end{tikzpicture}
\end{document}

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution
This file is licensed under the Creative Commons Attribution 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
Category:CC-BY-4.0#Early%20Detect%20Late%20Commit%20Attack%20Principle%20with%20Chirp%20Signals.svg
Category:Self-published work
Category:Media needing categories as of 29 November 2024#Early%20Detect%20Late%20Commit%20Attack%20Principle%20with%20Chirp%20Signals.svg Category:All media needing categories as of 2024#Early%20Detect%20Late%20Commit%20Attack%20Principle%20with%20Chirp%20Signals.svg
Category:All media needing categories as of 2024 Category:CC-BY-4.0 Category:Media needing categories as of 29 November 2024 Category:Self-published work Category:Valid SVG created with LaTeX code