Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transform the Table 3 with kramdown style #64

Merged
merged 1 commit into from
Oct 21, 2024

Conversation

kentakayama
Copy link
Contributor

Solves Martin Thomson's review comment

Section 12 has a wonderful table that is drawn using ascii art, which is then converted to an SVG. Please use a table.

I've transformed the Table 3 because the original one has header field at the first (left) column, but it is usual that it locates at the first (top) row.
Additionally, I've converted it to kramdown style table.

The Table 3 in html file will be
image

and one in txt file will be

         +===========+=============+==============+==============+
         | Number of | Number of   | Use Case     | Recommended? |
         | Long-Term | Content     |              |              |
         | Keys      | Encryption  |              |              |
         |           | Keys (CEKs) |              |              |
         +===========+=============+==============+==============+
         | Same key  | Single      | Legacy       | No, bad      |
         | for all   | CEK per     | Usage        | practice     |
         | devices   | payload     |              |              |
         |           | shared      |              |              |
         |           | with all    |              |              |
         |           | devies      |              |              |
         +-----------+-------------+--------------+--------------+
         | One key   | Single      | Efficient    | Yes          |
         | per       | CEK per     | Payload      |              |
         | device    | payload     | Distribution |              |
         |           | shared      |              |              |
         |           | with all    |              |              |
         |           | devies      |              |              |
         +-----------+-------------+--------------+--------------+
         | One Key   | One CEK     | Point-to-    | Yes          |
         | per       | per payload | Point        |              |
         | device    | encryption  | Payload      |              |
         |           | transaction | Distribution |              |
         |           | per device  |              |              |
         +-----------+-------------+--------------+--------------+

                                  Table 3

@hannestschofenig hannestschofenig merged commit bbfaba2 into suit-wg:main Oct 21, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants