Skip to content

Commit 9f14b9c

Browse files
committed
Remove line breaks in list
1 parent e38298f commit 9f14b9c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Documentation/README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,27 @@
11
# Contents
22
* [General Paseto Overview](#general-paseto-overview)
3-
43
* [General Paseto Usage](#general-paseto-usage)
5-
64
* [The Paseto Message](#the-paseto-message)
75
* [Creating a Paseto Message](#creating-a-paseto-message)
86
* [⚠️ Accessing the Footer Prior to Decryption or Verification](#accessing-the-footer-prior-to-decryption-or-verification)
97
* [Transferable Formats](#transferable-formats)
10-
118
* [Paseto Keys](#paseto-keys)
129
* [General Keys](#general-keys)
1310
* [General Key Methods](#general-key-methods)
1411
* [Constructing a General Key from Key Material](#constructing-a-general-key-from-key-material)
1512
* [Exporting a General Key from Key Material](#exporting-a-general-key-from-key-material)
16-
1713
* [Additional General Key Methods](#additional-general-key-methods)
18-
1914
* [Symmetric Keys](#symmetric-keys)
2015
* [Generating a new Symmetric Key](#generating-a-new-symmetric-key)
2116
* [Exporting a Symmetric Key for Storage](#exporting-a-symmetric-key-for-storage)
22-
2317
* [Asymmetric Secret Keys](#asymmetric-secret-keys)
2418
* [Generating a new Asymmetric Secret Key / Keypair](#generating-a-new-asymmetric-secret-key-keypair)
2519
* [Exporting an Asymmetric Secret Key for Storage](#exporting-an-asymmetric-secret-key-for-storage)
26-
2720
* [Asymmetric Public Keys](#asymmetric-public-keys)
2821
* [Obtaining a Public Key from a Secret Key](#obtaining-a-public-key-from-a-secret-key)
2922
* [Obtaining a Public Key from Key Material](#obtaining-a-public-key-from-key-material)
3023
* [Generating a new Public Key](#generating-a-new-public-key)
3124
* [Exporting an Asymmetric Public Key for Storage](#exporting-an-asymmetric-public-key-for-storage)
32-
3325
* [Wrapping up](#wrapping-up)
3426
* [Example](#example)
3527

0 commit comments

Comments
 (0)