mirror of
https://github.com/tpm2dev/tpm.dev.tutorials.git
synced 2024-11-21 21:42:10 +00:00
Merge pull request #12 from tomoveu/fix-a-link
Fixed a link and split tutorials in two sections
This commit is contained in:
commit
b141291aa2
2 changed files with 15 additions and 11 deletions
24
README.md
24
README.md
|
@ -10,19 +10,23 @@ Why GitHub?
|
|||
- To have an easy way of improving existing [TPM.dev] tutorials
|
||||
- To collaborate on creating new ones
|
||||
|
||||
## Current list of tutorials from [TPM.dev] members
|
||||
## Current list of tutorials
|
||||
|
||||
1. [Boot with TPM: Secure vs Measured vs Trusted](Boot-with-TPM/tpmboot.md)
|
||||
1. [Random Number Generator](Random_Number_Generator/article.md)
|
||||
1. [Attestation, MakeCredential, ActivateCredential](Attestation/README.md)
|
||||
1. Introduction to TPM Concepts (Work in progress - PR #8)
|
||||
### Getting Started
|
||||
|
||||
## List of tutorials that will be transfered to GitHub from [TPM.dev]
|
||||
* [Introduction to TPM Concepts](Intro/README.md)
|
||||
* [Random Number Generator](Random_Number_Generator/README.md)
|
||||
|
||||
1. Localities
|
||||
1. Remote Attestation protocols
|
||||
1. Quick setup for TPM.dev courses
|
||||
1. Attestation Part 1
|
||||
### Advanced Use Cases
|
||||
|
||||
* [Boot with TPM: Secure vs Measured vs Trusted](Boot-with-TPM/README.md)
|
||||
* [Attestation, MakeCredential, ActivateCredential](Attestation/README.md)
|
||||
|
||||
## Upcomming tutorials
|
||||
|
||||
* Localities
|
||||
* Remote Attestation protocols
|
||||
* Quick setup for TPM.dev courses
|
||||
|
||||
## Contributors
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<h1>1. Introduction</h1> <p>
|
||||
<h1>1. TPM's True Random Number Generator</h1> <p>
|
||||
Among other features, Trusted Platform Modules (TPM) comes with a True Random Number Generator (TRNG) that can be used for various applications including cryptographic purposes.This RNG module serves as the source for randomness for the TPM 2.0 Chip.
|
||||
<p>
|
||||
A RNG module in TPM2 will typically contain the following -
|
||||
|
|
Loading…
Reference in a new issue