summaryrefslogtreecommitdiff
path: root/doc/cs/content/5_discussion.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/cs/content/5_discussion.tex')
-rw-r--r--doc/cs/content/5_discussion.tex12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/cs/content/5_discussion.tex b/doc/cs/content/5_discussion.tex
index 1e1bcd5d7..c68b4a79c 100644
--- a/doc/cs/content/5_discussion.tex
+++ b/doc/cs/content/5_discussion.tex
@@ -192,9 +192,9 @@ The disk space comparison for a wallet can be found in \ref{tab:comp-wallet-spac
\textbf{Signature Scheme} & \textbf{Disk Space} & \textbf{Factor} & \textbf{Disk Space 1M coins}\\\hline
CS 256 bits & 150 bytes & 1x & 150 MB\\\hline
RSA 1024 bit & 416 bytes & 2.7x & 416 MB \\\hline
- RSA 2048 bit & 800 bits & 5.3x & 800 MB\\\hline
- RSA 3072 bit & 1184 bits & 7.9x & 1184 MB\\\hline
- RSA 4096 bit & 1568 bits & 10.4x & 1568 MB\\\hline
+ RSA 2048 bit & 800 bytes & 5.3x & 800 MB\\\hline
+ RSA 3072 bit & 1184 bytes & 7.9x & 1184 MB\\\hline
+ RSA 4096 bit & 1568 bytes & 10.4x & 1568 MB\\\hline
\end{tabular}
\caption{Comparison disk space wallet}
\label{tab:comp-wallet-space}
@@ -225,9 +225,9 @@ Depending on the hash size another 32 byte (or 64 byte) value is transmitted.
\textbf{Signature Scheme} & \textbf{Bandwith used} & \textbf{Factor} & \textbf{1M coins}\\\hline
CS 256 bits & 356 bytes & 1x & 324 MB\\\hline
RSA 1024 bit & 448 bytes & 1.3x & 448 MB \\\hline
- RSA 2048 bit & 832 bits & 2.5x & 832 MB\\\hline
- RSA 3072 bit & 1216 bits & 3.75x & 1216 MB\\\hline
- RSA 4096 bit & 1600 bits & 4.9x & 1600 MB\\\hline
+ RSA 2048 bit & 832 bytes & 2.5x & 832 MB\\\hline
+ RSA 3072 bit & 1216 bytes & 3.75x & 1216 MB\\\hline
+ RSA 4096 bit & 1600 bytes & 4.9x & 1600 MB\\\hline
\end{tabular}
\caption{Bandwith comparison withdrawal}
\label{tab:comp-band-withd}