From 2969d09ffa65e2d6a40583344d62f479605a6872 Mon Sep 17 00:00:00 2001 From: StoyanDimitrov Date: Mon, 2 Sep 2019 20:36:02 +0000 Subject: [PATCH 1/2] Typo --- docs/solo/solo-extras.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/solo/solo-extras.md b/docs/solo/solo-extras.md index 9a72a3f..a588384 100644 --- a/docs/solo/solo-extras.md +++ b/docs/solo/solo-extras.md @@ -3,10 +3,10 @@ ## Random number generation 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. -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 From 75c75fa897c815e4ed63b8a8c42a404fcecb20bc Mon Sep 17 00:00:00 2001 From: StoyanDimitrov Date: Mon, 2 Sep 2019 20:41:42 +0000 Subject: [PATCH 2/2] Hilight file name --- docs/solo/solo-extras.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/solo/solo-extras.md b/docs/solo/solo-extras.md index a588384..43ba33c 100644 --- a/docs/solo/solo-extras.md +++ b/docs/solo/solo-extras.md @@ -12,7 +12,7 @@ You can easily access the TRNG stream on Solo using our python tool [`solo-pytho 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