Add Dlog' ggm proof

This commit is contained in:
2023-05-09 10:01:01 +02:00
parent 8a7b0d4d75
commit 56f6c785bb
9 changed files with 280 additions and 8 deletions

View File

@@ -6,7 +6,7 @@
\newcommand{\secparamter}{\lambda}
\newcommand{\randomsample}{\leftarrow}
\newcommand{\randomassign}{\leftarrow}
\newcommand{\assign}{:=}
\newcommand{\assign}{:=} % TODO: \coloneqq
\newcommand{\encoded}[1]{\underline{#1}}
\newcommand{\m}{m}
\newcommand{\signature}{\sigma}
@@ -20,6 +20,7 @@
\newcommand{\test}{\overset{?}{=}}
\newcommand{\ch}{\textbf{ch}}
\newcommand{\messagespace}{\mathcal{M}}
\newcommand{\pset}[1]{\mathbf{#1}}
% Special Dlog
\newcommand{\sdlog}{\text{DLog'} }