From b21f8a014461c2e21ea80c2620286f1fe4c8dec2 Mon Sep 17 00:00:00 2001 From: couturie Date: Tue, 16 Jun 2015 13:40:16 +0200 Subject: [PATCH] last version --- curve_time_xorlike_gpu.plot | 8 ++++---- prng_gpu.tex | 40 ++++++++++++++++++------------------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/curve_time_xorlike_gpu.plot b/curve_time_xorlike_gpu.plot index b9586e8..2e0a06d 100644 --- a/curve_time_xorlike_gpu.plot +++ b/curve_time_xorlike_gpu.plot @@ -16,7 +16,7 @@ set logscale y; #set yrange [0:300] #set offsets 0,0,2,2 set key left top -plot 'time_xorlike_gpu.txt' using 1:3 t "optimized prng on C1060" with linespoints lt 1 lw 2 ps 0 pt 5, \ - 'time_xorlike_gpu.txt' using 1:5 t "optimized prng on GTX285" with linespoints lt 3 lw 2 ps 0 pt 5, \ - 'time_xorlike_gpu.txt' using 1:2 t "naive prng on C1060" with linespoints lt 4 lw 2 ps 0 pt 5, \ - 'time_xorlike_gpu.txt' using 1:4 t "naive prng on GTX285" with linespoints lt 5 lw 2 ps 0 pt 5 \ No newline at end of file +plot 'time_xorlike_gpu.txt' using 1:3 t "optimized PRNG on C1060" with linespoints lt 1 lw 2 ps 0 pt 5, \ + 'time_xorlike_gpu.txt' using 1:5 t "optimized PRNG on GTX285" with linespoints lt 3 lw 2 ps 0 pt 5, \ + 'time_xorlike_gpu.txt' using 1:2 t "naive PRNG on C1060" with linespoints lt 4 lw 2 ps 0 pt 5, \ + 'time_xorlike_gpu.txt' using 1:4 t "naive PRNG on GTX285" with linespoints lt 5 lw 2 ps 0 pt 5 \ No newline at end of file diff --git a/prng_gpu.tex b/prng_gpu.tex index 4880738..3c6e281 100644 --- a/prng_gpu.tex +++ b/prng_gpu.tex @@ -1,6 +1,6 @@ -%\documentclass{article} +\documentclass{article} %\documentclass[10pt,journal,letterpaper,compsoc]{IEEEtran} -\documentclass[preprint,12pt]{elsarticle} +%\documentclass[preprint,12pt]{elsarticle} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage{fullpage} @@ -41,25 +41,27 @@ \newcommand{\alert}[1]{\begin{color}{blue}\textit{#1}\end{color}} \begin{document} -\begin{frontmatter} -\title{Efficient and Cryptographically Secure Generation of Chaotic Pseudorandom Numbers on GPU} +\title{Efficient and Cryptographically Secure Generation of Chaotic Pseudorandom Numbers on GPU} -\author{Jacques M. Bahi} -\ead{jacques.bahi@univ-fcomte.fr} -\author{ Rapha\"{e}l Couturier \corref{cor1}} -\ead{raphael.couturier@univ-fcomte.fr} -\cortext[cor1]{Corresponding author} -\author{ Christophe Guyeux} -\ead{christophe.guyeux@univ-fcomte.fr} -\author{ Pierre-Cyrille Héam } -\ead{pierre-cyrille.heam@univ-fcomte.fr} -\address{FEMTO-ST Institute, UMR 6174 CNRS,\\ University of Franche Comte, Belfort, France\\ Authors in alphabetic order} +%% \author{Jacques M. Bahi} +%% \ead{jacques.bahi@univ-fcomte.fr} +%% \author{ Rapha\"{e}l Couturier \corref{cor1}} +%% \ead{raphael.couturier@univ-fcomte.fr} +%% \cortext[cor1]{Corresponding author} +%% \author{ Christophe Guyeux} +%% \ead{christophe.guyeux@univ-fcomte.fr} +%% \author{ Pierre-Cyrille Héam } +%% \ead{pierre-cyrille.heam@univ-fcomte.fr} +\author{Christophe Guyeux \and Rapha\"{e}l Couturier \and Pierre-Cyrille Héam \and Jacques M. Bahi\\ +FEMTO-ST Institute, UMR 6174 CNRS,\\ University of Franche Comte, Belfort, France} +\maketitle +%\begin{frontmatter} %\IEEEcompsoctitleabstractindextext{ \begin{abstract} In this paper we present a new pseudorandom number generator (PRNG) on @@ -76,13 +78,11 @@ A chaotic version of the Blum-Goldwasser asymmetric key encryption scheme is fin \end{abstract} %} -\begin{keyword} - pseudo random number\sep parallelization\sep GPU\sep cryptography\sep chaos - -\end{keyword} -\end{frontmatter} +%\begin{keyword} +% pseudo random number\sep parallelization\sep GPU\sep cryptography\sep chaos +%\end{keyword} +%\end{frontmatter} -%\maketitle %\IEEEdisplaynotcompsoctitleabstractindextext %\IEEEpeerreviewmaketitle -- 2.39.5