From 8a38ab7f50b4821c8b061d86d9b2b223fc5dcecd Mon Sep 17 00:00:00 2001 From: Fabrice Mouhartem Date: Fri, 9 Feb 2018 11:30:07 +0100 Subject: [PATCH] Separations --- symbols.tex | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/symbols.tex b/symbols.tex index eafaede..b5f3ba1 100644 --- a/symbols.tex +++ b/symbols.tex @@ -2,14 +2,18 @@ \addcontentsline{toc}{chapter}{List of Symbols} \begin{tabular}{ll} + \multicolumn{2}{l}{\scbf{General Notations}} \\ TM & Turing Machine \\ $\ppt$ & Probabilistic Polynomial Time \\ $\epsilon$ & empty word \\ + \multicolumn{2}{l}{\scbf{Protocols}} \\ PKE & Public Key Encryption \\ ZK & Zero-Knowledge \\ + $\NIZK$ & Non-Interactive Zero-Knowledge \\ + \multicolumn{2}{l}{\scbf{Security Models}} \\ $\ROM$ & Random-Oracle Model \\ $\UC$ & Universal Composability \\ - $\NIZK$ & Non-Interactive Zero-Knowledge \\ + \multicolumn{2}{l}{\scbf{Security Assumptions}} \\ $\SIS$ & Short Integer Solution \\ $\LWE$ & Learning with Errors \\ $\SIVP$ & Shortest Independent Vectors Problem \\