]> AND Private Git Repository - prnggpu1.git/blob - 0-Main_Paper.tex
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
initialisation
[prnggpu1.git] / 0-Main_Paper.tex
1 %% Start Paper
2 \documentclass[English, runningheads,a4paper]{llncs}
3 %
4 \usepackage{amsmath}
5 \usepackage{amsfonts}
6 \usepackage{amssymb}
7 \usepackage{makeidx}
8 \usepackage{graphicx}
9 \usepackage{epstopdf}
10 \usepackage{booktabs} 
11 \usepackage{multirow}
12 \usepackage{cite}
13 %\usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry}
14 \usepackage{url}
15 %%% Autors %%%
16 \urldef{\mailsa}\path|mbakiri@cdta.dz,|
17 \urldef{\mailsb}\path|Christophe.Guyeux@femto-st.fr|    
18 \newcommand{\keywords}[1]{\par\addvspace\baselineskip
19 \noindent\keywordname\enspace\ignorespaces#1}
20
21
22 \begin{document}
23 \mainmatter  % start of an individual contribution
24
25 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
26 % Start Define the Title
27 % 1.0
28 \title{Survey on Hardware Implementation of Random Number Generators on FPGA: Theories and Experiments Analysis}
29
30 % 1.2
31 % a short form should be given in case it is too long for the running head
32 \titlerunning{Survey on Hardware Implementation of Random Number Generators}
33
34 % the name(s) of the author(s) follow(s) next
35 % 1.3
36 %\author{Mohammed Bakiri\inst{1} \and Christophe Guyeux\inst{2}}
37 \author{Mohammed Bakiri\inst{1}, Christophe Guyeux\inst{2}, Jean-Francois Chouchot\inst{2}, Abdelkrim Oudjida\inst{1}}
38
39 % (feature abused for this document to repeat the title also on left hand pages)
40 % 1.4 
41 %\authorrunning{Mohammed Bakiri\and Christophe Guyeux\ss er}
42
43 % the affiliations are given next
44 %1.5
45 \institute{Center for Development of Advanced Technologies, Algiers, Algeria\and
46 FEMTO-ST Institute,UMR CNRS 6174, University of Franche-Comte, France\\
47 \mailsa
48 \mailsb}
49
50 % 1.6 Creer le Titre
51 \maketitle
52 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
53
54 \begin{abstract}
55 this paper introduce a survey on PRNG on FPGA.\dots
56
57 \keywords{Random Number Generator, PRNG, TRNG, Chaotic PRNG, Cryptography, Security, FPGA}
58 \end{abstract}
59
60 \section{Introduction}
61 \input{1-Introduction.tex}
62
63 %\section{Terminologies and Basic Recall}
64 %\input{2-Terminologies_and_Basic_Recall.tex}
65
66 \section{Random Number Generator: Theories and Classification}
67 We can find many implementation of RNG in Software and Hardware but all can be classifies generally as PRNG, TRNG and  Hybrid,  but new concept has been introduce this last year's defined by parallel and chaotic generator.
68 \input{2-Terminologies_and_Basic_Recall.tex}
69
70 %%% All Type of PRNG
71 \section{Pseaudo Random Number Generator}
72 \input{PRNG/PRNG.tex}
73
74 %%% All Type of TRNG
75 \section{True Random Number Generator}
76 \input{Others/TRNG.tex}
77
78 %%% Compare ALL RNG for Statistic Test
79 \section{Rundom Number Generator:Experiments Analysis }
80 \subsection{Statistic Test}
81 \input{4-Statistic_Test.tex}
82
83 %%% Compare ALL RNG for Statistic Test
84 %\section{Rundom Number Generator: Cryptography Secure}
85 \input{5-Cryptography_Secure.tex}
86
87 %%% Compare ALL RNG for Statistic Test
88 \subsection{Hardware Implementation}
89 \input{6-Hardware_Implementation.tex}
90
91 %%% Conclusion
92 \section{Conclusion}
93 \input{7-Conclusion.tex}
94
95 \section{References}
96
97 \bibliographystyle{plain} 
98 \bibliography{References}
99
100
101 \end{document}