aboutsummaryrefslogtreecommitdiff
path: root/raw-wiki-dump/TRNGDevelopment
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2020-09-13 23:04:30 +0000
committerRob Austein <sra@hactrn.net>2020-09-13 23:04:30 +0000
commitb092ffbcbe2c9398494f7dc9db6f0796971633e0 (patch)
tree6fabf690f1ebf485a9fea9af5298e44ad2a59a3e /raw-wiki-dump/TRNGDevelopment
parent9d927e49d9c10fc16c6dfa4a2a96cdb6216e4e2b (diff)
Import Cryptech wiki dump
Diffstat (limited to 'raw-wiki-dump/TRNGDevelopment')
-rw-r--r--raw-wiki-dump/TRNGDevelopment7
1 files changed, 7 insertions, 0 deletions
diff --git a/raw-wiki-dump/TRNGDevelopment b/raw-wiki-dump/TRNGDevelopment
new file mode 100644
index 0000000..c2a4bf0
--- /dev/null
+++ b/raw-wiki-dump/TRNGDevelopment
@@ -0,0 +1,7 @@
+= TRNG Development =
+One, if not THE key functionality in the Cryptech system is the True Random Number Generator (TRNG). We therefore need to discuss, investigate and test to find a TRNG that we and the users of Cryptech can trust and can verify to be trusted.
+
+
+== Information collected ==
+* [http://digirep.rhul.ac.uk/file/315c7a7e-4963-4a62-189f-4ad198a79f30/5/Paper.pdf] (pdf) Pseudorandom Number Generation in Smart Cards:
+An Implementation, Performance and Randomness Analysis. A paper that uses Javacard to implement different TRNGs and evluates them.