diff options
author | Lucien Heuzeveldt <lucienclaude.heuzeveldt@students.bfh.ch> | 2022-02-16 21:59:41 +0100 |
---|---|---|
committer | Lucien Heuzeveldt <lucienclaude.heuzeveldt@students.bfh.ch> | 2022-02-16 21:59:41 +0100 |
commit | b73be40ccd9ad0ef4a985f252099c867f698896d (patch) | |
tree | 156a89f23cf4b49ac1d51ed927aafac4512e5113 /doc/cs/content/5_discussion.tex | |
parent | ef938e0f7aca4232cbae322fdc7b68ed21fcd679 (diff) |
implement feedback in cs thesis
Diffstat (limited to 'doc/cs/content/5_discussion.tex')
-rw-r--r-- | doc/cs/content/5_discussion.tex | 12 |
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} |