Minor fixes

Signed-off-by: Dimitar Tomov <dimi@tpm.dev>
This commit is contained in:
Dimitar Tomov 2022-04-25 22:22:42 +03:00
parent ca1501aad2
commit ada8cf12bf
2 changed files with 4 additions and 4 deletions

View file

@ -14,5 +14,5 @@ Each example can be run just by typing `python3 example.py`
Each example has an accompanying description as markdown file, plus annotated code.
* [randomnumber]
* [quote]
* [randomnumber](randomnumber.md)
* [quote](quote.md)

View file

@ -1,4 +1,4 @@
# Quote
# Get random
This example demonstrates the use of ESAPI.get_random
@ -27,4 +27,4 @@ type is <class 'tpm2_pytss.types.TPM2B_DIGEST'>
r is a10ab7558675a56c
as int 11604288967829464428
```
```