Merge pull request #12 from tomoveu/fix-a-link

Fixed a link and split tutorials in two sections
This commit is contained in:
Dimitar Tomov 2021-05-19 17:34:53 +03:00 committed by GitHub
commit b141291aa2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 11 deletions

View file

@ -10,19 +10,23 @@ Why GitHub?
- To have an easy way of improving existing [TPM.dev] tutorials - To have an easy way of improving existing [TPM.dev] tutorials
- To collaborate on creating new ones - 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) ### Getting Started
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)
## 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 ### Advanced Use Cases
1. Remote Attestation protocols
1. Quick setup for TPM.dev courses * [Boot with TPM: Secure vs Measured vs Trusted](Boot-with-TPM/README.md)
1. Attestation Part 1 * [Attestation, MakeCredential, ActivateCredential](Attestation/README.md)
## Upcomming tutorials
* Localities
* Remote Attestation protocols
* Quick setup for TPM.dev courses
## Contributors ## Contributors

View file

@ -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. 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> <p>
A RNG module in TPM2 will typically contain the following - A RNG module in TPM2 will typically contain the following -