Merge pull request #303 from StoyanDimitrov/patch-3

Typo
This commit is contained in:
Nicolas Stalder 2019-09-03 00:48:23 +02:00 committed by GitHub
commit cb116efcc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,16 +3,16 @@
## Random number generation ## Random number generation
Solo contains a True Random Number Generator (TRNG). A TRNG is a hardware based mechanism Solo contains a True Random Number Generator (TRNG). A TRNG is a hardware based mechanism
that leverages natural phenomenon to generate random numbers, which is can be better than a traditional that leverages natural phenomenon to generate random numbers, which can be better than a traditional
RNG that has state and updates deterministically using cryptographic methods. RNG that has state and updates deterministically using cryptographic methods.
You can easily access the TRNG stream on Solo using our python tool [solo-python](https://github.com/solokeys/solo-python). You can easily access the TRNG stream on Solo using our python tool [`solo-python`](https://github.com/solokeys/solo-python).
``` ```
solo key rng raw > random.bin solo key rng raw > random.bin
``` ```
Or you can seed the state of the RNG on your kernel (/dev/random). Or you can seed the state of the RNG on your kernel (`/dev/random`).
``` ```
solo key rng feedkernel solo key rng feedkernel