diff options
author | Rob Austein <sra@hactrn.net> | 2021-02-14 16:01:15 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2021-02-14 16:01:15 +0000 |
commit | e18e5b3d2559f5f0395ffe79416cdca3abc89310 (patch) | |
tree | 340bdc43c4bfa7bcc3c048eea4db848cabe470de /markdown/TRNGDevelopment.md | |
parent | ad1cc0517983e599897929b4c94463bf2af78f7c (diff) |
Start restructuring for Pelican
Diffstat (limited to 'markdown/TRNGDevelopment.md')
-rw-r--r-- | markdown/TRNGDevelopment.md | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/markdown/TRNGDevelopment.md b/markdown/TRNGDevelopment.md deleted file mode 100644 index 9204952..0000000 --- a/markdown/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. |