Typo
This commit is contained in:
parent
18d39a7047
commit
2969d09ffa
@ -3,10 +3,10 @@
|
|||||||
## 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user