mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-02-23 08:09: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
|
## Status
|
||||||
|
|
||||||
First version of TKey completed. The TRNG has been tested and provides
|
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
|
## 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.
|
parts of) the same entropy data more than once.
|
||||||
|
|
||||||
Applications that need cryptographically safe random number should use
|
Applications that need cryptographically safe random number should use
|
||||||
the output from the TRNG as seed to a Digital Random Bit Generator
|
the output from the TRNG as seed to a CSPRNG, , for example a
|
||||||
(DRBG), for example a Hash_DRBG.
|
Hash_DRBG.
|
||||||
|
|
||||||
|
|
||||||
## Implementation details
|
## Implementation details
|
||||||
|
Loading…
x
Reference in New Issue
Block a user