From 17ddb1f84afa50a406d511f7d8653f261495ea76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Str=C3=B6mbergson?= Date: Wed, 10 May 2023 13:37:03 +0200 Subject: [PATCH] Minor fix of ackronyms in the README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Joachim Strömbergson --- hw/application_fpga/core/trng/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/hw/application_fpga/core/trng/README.md b/hw/application_fpga/core/trng/README.md index d2450e4..235d168 100644 --- a/hw/application_fpga/core/trng/README.md +++ b/hw/application_fpga/core/trng/README.md @@ -20,7 +20,8 @@ algorithm. ## Status First version of TKey completed. The TRNG has been tested and provides -good entropy suitable as seed for a CSPRNG. +good entropy suitable as seed for a CSPRNG (also known as a Digital +Random Bit Generator - DRBG). ## API @@ -43,8 +44,8 @@ waiting for the ready bit to be set will lead to reading out (at least parts of) the same entropy data more than once. Applications that need cryptographically safe random number should use -the output from the TRNG as seed to a Digital Random Bit Generator -(DRBG), for example a Hash_DRBG. +the output from the TRNG as seed to a CSPRNG, , for example a +Hash_DRBG. ## Implementation details