From 66a522cf2d1fc33e78f749a326dc75a769d0b4b2 Mon Sep 17 00:00:00 2001 From: Fabrice Mouhartem Date: Thu, 8 Feb 2018 12:35:23 +0100 Subject: [PATCH] + NIZK --- macros.tex | 2 ++ symbols.tex | 1 + 2 files changed, 3 insertions(+) diff --git a/macros.tex b/macros.tex index 77b24d7..517f161 100644 --- a/macros.tex +++ b/macros.tex @@ -12,6 +12,8 @@ %% Complexity \newcommand{\NP}{\textsf{NP}\xspace} \newcommand{\redto}{\ensuremath{\preceq_P}} +%% Primitives +\newcommand{\NIZK}{\textsf{NIZK}\xspace} % Assumptions/Problems %% Pairings diff --git a/symbols.tex b/symbols.tex index 3a8d545..eafaede 100644 --- a/symbols.tex +++ b/symbols.tex @@ -9,6 +9,7 @@ ZK & Zero-Knowledge \\ $\ROM$ & Random-Oracle Model \\ $\UC$ & Universal Composability \\ + $\NIZK$ & Non-Interactive Zero-Knowledge \\ $\SIS$ & Short Integer Solution \\ $\LWE$ & Learning with Errors \\ $\SIVP$ & Shortest Independent Vectors Problem \\