From 71487660812754e5f26f26595b6c3d456f9f6db8 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Fri, 8 Oct 2021 00:30:08 -0400 Subject: Get rid of conversion stuff, just build content -> website --- content/TRNGDevelopment.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 content/TRNGDevelopment.md (limited to 'content/TRNGDevelopment.md') diff --git a/content/TRNGDevelopment.md b/content/TRNGDevelopment.md new file mode 100644 index 0000000..d466093 --- /dev/null +++ b/content/TRNGDevelopment.md @@ -0,0 +1,13 @@ +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 + +* (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. -- cgit v1.2.3