Intro chap-structures
This commit is contained in:
parent
723cc66560
commit
8f424b7753
@ -1,6 +1,13 @@
|
||||
\chapter{Underlying Structures}
|
||||
\label{chap:structures}
|
||||
|
||||
In the previous chapter, we saw that theoretical cryptography has to rely on \emph{computational hardness assumptions}.
|
||||
Beside \emph{information theory-base cryptography}, most hardness assumptions are built on top of algebraic structures.
|
||||
For instance the discrete logarithm assumption (Definition~\ref{de:DLP}) is based on a cyclic group structure.
|
||||
That is, in some groups it is assumed that computing the discrete logarithm is an intractable problem for any probabilistic polynomial time algorithms.
|
||||
|
||||
In this chapter, we focus on describing the different structures on which the cryptography we build in this thesis are based on, namely bilinear groups and lattices.
|
||||
|
||||
\section{Pairing-Based Cryptography}
|
||||
\label{se:pairing}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user