mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-02-22 15:49:55 -05:00
Minor fix of ackronyms in the README
Signed-off-by: Joachim Strömbergson <joachim@assured.se>
This commit is contained in:
parent
3e75818879
commit
17ddb1f84a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user