Overview DLog' => Game Z

This commit is contained in:
2023-03-01 18:00:26 +01:00
parent ef1610a1e0
commit 3f9ba21fe7
2 changed files with 104 additions and 7 deletions

View File

@@ -12,6 +12,11 @@
\newcommand{\pubkey}{pk}
\newcommand{\privkey}{sk}
\newcommand{\groupelement}[1]{#1}
\newcommand{\agmgroupelement}[2]{[\groupelement{#1}]_{\overset{\rightharpoonup}{#2}}}
\newcommand{\group}[1]{\mathbb{#1}}
% Special Dlog
\newcommand{\sdlog}{DLog' }
% Intermediate Game
\newcommand{\igame}{Game Z }