mirror of
https://github.com/tpm2dev/tpm.dev.tutorials.git
synced 2024-11-21 05:22:10 +00:00
Minor fixes
Signed-off-by: Dimitar Tomov <dimi@tpm.dev>
This commit is contained in:
parent
ca1501aad2
commit
ada8cf12bf
2 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue