aboutsummaryrefslogtreecommitdiff
path: root/pelican/content/TRNGDevelopment.md
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2021-10-08 00:30:08 -0400
committerRob Austein <sra@hactrn.net>2021-10-08 00:30:08 -0400
commit71487660812754e5f26f26595b6c3d456f9f6db8 (patch)
treee960190262edcbb0164edbac1e52915c5a339442 /pelican/content/TRNGDevelopment.md
parentb11298b250f63daf091591d1638608325f766d9a (diff)
Get rid of conversion stuff, just build content -> website
Diffstat (limited to 'pelican/content/TRNGDevelopment.md')
-rw-r--r--pelican/content/TRNGDevelopment.md13
1 files changed, 0 insertions, 13 deletions
diff --git a/pelican/content/TRNGDevelopment.md b/pelican/content/TRNGDevelopment.md
deleted file mode 100644
index d466093..0000000
--- a/pelican/content/TRNGDevelopment.md
+++ /dev/null
@@ -1,13 +0,0 @@
-Title: TRNGDevelopment
-Author: trac
-Date: 2016-12-15 22:44
-
-# 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.