summaryrefslogtreecommitdiff
path: root/raw-wiki-dump/TRNGDevelopment.md
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2021-02-14 01:35:10 +0000
committerRob Austein <sra@hactrn.net>2021-02-14 01:35:10 +0000
commit23bb68fe7e9cc8af176ff60b56e8a51a70f05a89 (patch)
tree27c87a0c157e6eb343518031c4c3afd1e95bc488 /raw-wiki-dump/TRNGDevelopment.md
parentfa8b4d0e872d182ee878020fb1b066ce0da621ae (diff)
Now generating pages directly from sqlite3
Diffstat (limited to 'raw-wiki-dump/TRNGDevelopment.md')
-rw-r--r--raw-wiki-dump/TRNGDevelopment.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/raw-wiki-dump/TRNGDevelopment.md b/raw-wiki-dump/TRNGDevelopment.md
deleted file mode 100644
index 9204952..0000000
--- a/raw-wiki-dump/TRNGDevelopment.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# 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](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.