Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions citations.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
references:
- id: fenner
title: One-click science marketing
author:
- family: Fenner
given: Martin
container-title: Nature Materials
volume: 11
URL: "https://dx.doi.org/10.1038/nmat3283"
DOI: 10.1038/nmat3283
issue: 4
publisher: Nature Publishing Group
page: 261-263
type: article-journal
issued:
year: 2012
month: 3
149 changes: 149 additions & 0 deletions sample3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,149 @@
---
title: "Lorem Ipsum Platform Dolor Sit Amet Profile for TPM 2.0"
version: 0.1
revision: 196
date: 2022/8/2
type: REFERENCE
status: DRAFT
bibliography: citations.yaml
csl: transactions-on-computer-systems.csl
...

---

# Disclaimers, Notices, and License Terms

THIS SPECIFICATION IS PROVIDED “AS IS” WITH NO WARRANTIES WHATSOEVER, INCLUDING
ANY WARRANTY OF MERCHANTABILITY, NONINFRINGEMENT, FITNESS FOR ANY PARTICULAR
PURPOSE, OR ANY WARRANTY OTHERWISE ARISING OUT OF ANY PROPOSAL, SPECIFICATION OR
SAMPLE.

Without limitation, TCG disclaims all liability, including liability for
infringement of any proprietary rights, relating to use of information in this
specification and to the implementation of this specification, and TCG disclaims
all liability for cost of procurement of substitute goods or services, lost
profits, loss of use, loss of data or any incidental, consequential, direct,
indirect, or special damages, whether under contract, tort, warranty or
otherwise, arising in any way out of use or reliance upon this specification or
any information herein. This document is copyrighted by Trusted Computing Group
(TCG), and no license, express or implied, is granted herein other than as
follows: You may not copy or reproduce the document or distribute it to others
without written permission from TCG, except that you may freely do so for the
purposes of (a) examining or implementing TCG specifications or (b) developing,
testing, or promoting information technology standards and best practices, so
long as you distribute the document with these disclaimers, notices, and license
terms. Contact the Trusted Computing Group at www.trustedcomputinggroup.org for
information on specification licensing through membership agreements. Any marks
and brands contained herein are the property of their respective owners.

---

# Change History

| **Revision** | **Date** | **Description** |
| ------------ | ---------- | --------------- |
| 0.2/17 | 2022/08/10 | Initial draft |
| 0.2/18 | 2022/08/10 | Add page breaks |

---

\tableofcontents

\listoftables

\listoffigures

---

# Introduction

Draft specification, with a list of tables. For more information see [@fenner].

## Details

> Informative comment.

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis
nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu
fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
culpa qui officia deserunt mollit anim id est laborum.

## Figures

### Computer

![Picture of a computer](computer.jpg)

The following image doesn't have a caption and isn't in the table of figures.

![](phone.jpg)

![Keyboard](keyboard.jpg)

![3 locks](3locks.jpg)

## Tables

### Mandatory Algorithms

Table: List of Mandatory Algorithms

| **Algorithm ID** | **M/R/O/D** | **Comments** |
| ---------------- | ----------- | --------------------------------------------- |
| TPM_ALG_ECC | M | Support for 256 and 384-bit keys is required. |
| TPM_ALG_ECDSA | M |
| TPM_ALG_ECDH | M |
| TPM_ALG_ECDAA | O |
| TPM_ALG_RSA | O |
| TPM_ALG_RSAES | O |
| TPM_ALG_RSAPSS | O |
| TPM_ALG_RSAOAEP | O |
| TPM_ALG_AES | M |
| TPM_ALG_SHA256 | M |
| TPM_ALG_SHA384 | M |
| TPM_ALG_SHA512 | O |
| TPM_ALG_HMAC | M |
| TPM_ALG_SHA3_256 | O |
| TPM_ALG_SHA3_384 | O |
| TPM_ALG_SHA3_512 | O |
| TPM_ALG_NULL | M |

### Mandatory Curves

Table: List of Mandatory Curves

| **Curve Identifier** | **M/R/O/D** | **Comments** |
| -------------------- | ----------- | ------------ |
| TPM_ECC_NIST_P256 | M |
| TPM_ECC_NIST_P384 | M |

## Code

```c++
#include <string>

int main() {
std::string result = "Trusted Computing Group";
return 1;
}
```

## Another Couple Tables

This table has no caption.

| **Column 1** | **Column 2** | **Column 3** |
| ------------ | ------------ | ------------ |
| AAAAAAAA | BBBBBBBB | CCCCCCCC |

blah blah

Table: Fantastic Table

| **Column 1** | **Column 2** | **Column 3** |
| ------------ | ------------ | ------------ |
| AAAAAAAA | BBBBBBBB | CCCCCCCC |

# References
18 changes: 18 additions & 0 deletions transactions-on-computer-systems.csl
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US">
<!-- Association for Computing Machinery (ACM), generated from "acm" metadata at https://github.com/citation-style-language/journals -->
<info>
<title>ACM Transactions on Computer Systems</title>
<title-short>TOCS</title-short>
<id>http://www.zotero.org/styles/transactions-on-computer-systems</id>
<link href="http://www.zotero.org/styles/transactions-on-computer-systems" rel="self"/>
<link href="http://www.zotero.org/styles/association-for-computing-machinery" rel="independent-parent"/>
<link href="https://www.acm.org/publications/authors/reference-formatting" rel="documentation"/>
<category citation-format="numeric"/>
<category field="engineering"/>
<issn>0734-2071</issn>
<eissn>1557-7333</eissn>
<updated>2017-07-09T19:14:54+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
</style>