|
1 | 1 | # Contents |
2 | 2 | * [General Paseto Overview](#general-paseto-overview) |
3 | | - |
4 | 3 | * [General Paseto Usage](#general-paseto-usage) |
5 | | - |
6 | 4 | * [The Paseto Message](#the-paseto-message) |
7 | 5 | * [Creating a Paseto Message](#creating-a-paseto-message) |
8 | 6 | * [⚠️ Accessing the Footer Prior to Decryption or Verification](#accessing-the-footer-prior-to-decryption-or-verification) |
9 | 7 | * [Transferable Formats](#transferable-formats) |
10 | | - |
11 | 8 | * [Paseto Keys](#paseto-keys) |
12 | 9 | * [General Keys](#general-keys) |
13 | 10 | * [General Key Methods](#general-key-methods) |
14 | 11 | * [Constructing a General Key from Key Material](#constructing-a-general-key-from-key-material) |
15 | 12 | * [Exporting a General Key from Key Material](#exporting-a-general-key-from-key-material) |
16 | | - |
17 | 13 | * [Additional General Key Methods](#additional-general-key-methods) |
18 | | - |
19 | 14 | * [Symmetric Keys](#symmetric-keys) |
20 | 15 | * [Generating a new Symmetric Key](#generating-a-new-symmetric-key) |
21 | 16 | * [Exporting a Symmetric Key for Storage](#exporting-a-symmetric-key-for-storage) |
22 | | - |
23 | 17 | * [Asymmetric Secret Keys](#asymmetric-secret-keys) |
24 | 18 | * [Generating a new Asymmetric Secret Key / Keypair](#generating-a-new-asymmetric-secret-key-keypair) |
25 | 19 | * [Exporting an Asymmetric Secret Key for Storage](#exporting-an-asymmetric-secret-key-for-storage) |
26 | | - |
27 | 20 | * [Asymmetric Public Keys](#asymmetric-public-keys) |
28 | 21 | * [Obtaining a Public Key from a Secret Key](#obtaining-a-public-key-from-a-secret-key) |
29 | 22 | * [Obtaining a Public Key from Key Material](#obtaining-a-public-key-from-key-material) |
30 | 23 | * [Generating a new Public Key](#generating-a-new-public-key) |
31 | 24 | * [Exporting an Asymmetric Public Key for Storage](#exporting-an-asymmetric-public-key-for-storage) |
32 | | - |
33 | 25 | * [Wrapping up](#wrapping-up) |
34 | 26 | * [Example](#example) |
35 | 27 |
|
|
0 commit comments