summaryrefslogtreecommitdiff
path: root/tikz/attack/4att.tex
diff options
context:
space:
mode:
authorJan Aalmoes <jan.aalmoes@inria.fr>2024-11-18 15:54:13 +0100
committerJan Aalmoes <jan.aalmoes@inria.fr>2024-11-18 15:54:13 +0100
commitff66e1aaf32dbbd8c638b2f447dd49daaa8189ab (patch)
treee1a9e65f67bd6f7196e470186d1f6d7c7210442e /tikz/attack/4att.tex
parent8bbc035c904791895e2f55245348b9f27af8ea9b (diff)
Nouvelle generation
Diffstat (limited to 'tikz/attack/4att.tex')
-rw-r--r--tikz/attack/4att.tex20
1 files changed, 20 insertions, 0 deletions
diff --git a/tikz/attack/4att.tex b/tikz/attack/4att.tex
new file mode 100644
index 0000000..009b58a
--- /dev/null
+++ b/tikz/attack/4att.tex
@@ -0,0 +1,20 @@
+\begin{tikzpicture}
+
+ \def \h{4}
+ \def \s{1}
+
+ \draw (0,0) rectangle (\h,\h);
+ \node (a) at (1,1) {$id$};
+
+ \draw (\h+\s,0) rectangle (2*\h+\s,\h);
+ \node (a) at (1,1) {$1-id$};
+
+ \draw (0,\h+\s) rectangle (\h,2*\h+\s);
+ \node (a) at (1,1) {$0$};
+
+ \draw (\h+\s,\h+\s) rectangle (2*\h+\s,2*\h+\s);
+ \node (a) at (1,1) {$1$};
+
+
+\end{tikzpicture}
+