Skip to content

Commit

Permalink
Update TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeder committed Jan 6, 2025
1 parent f08492a commit 73bb268
Showing 1 changed file with 28 additions and 22 deletions.
50 changes: 28 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,34 @@

## Table of Contents

1. [Introduction](#introduction)
2. [SlowKey Key Derivation Scheme](#slowkey-key-derivation-scheme)
- [Definitions](#definitions)
- [Input](#input)
- [Output](#output)
- [Scheme](#scheme)
3. [Usage](#usage)
- [General](#general)
- [Deriving](#deriving)
- [Restoring from a Checkpoint](#restoring-from-a-checkpoint)
- [Running Benchmarks](#running-benchmarks)
- [Running Stability Tests](#running-stability-tests)
4. [Build](#build)
- [Mac OS ARM64](#mac-os-arm64)
- [Linux x64](#linux-x64)
5. [Examples](#examples)
- [Checkpoints](#checkpoints)
- [Outputs](#outputs)
6. [Benchmarks](#benchmarks)
7. [Stability Tests](#stability-tests)
8. [Sanity Mode](#sanity-mode)
9. [License](#license)
- [Introduction](#introduction)
- [SlowKey Key Derivation Scheme](#slowkey-key-derivation-scheme)
- [Definitions](#definitions)
- [Input](#input)
- [Output](#output)
- [Scheme](#scheme)
- [Usage](#usage)
- [General](#general)
- [Deriving](#deriving)
- [Checkpoints](#checkpoints)
- [Showing a Checkpoint](#showing-a-checkpoint)
- [Restoring from a Checkpoint](#restoring-from-a-checkpoint)
- [Reencrypting a Checkpoint](#reencrypting-a-checkpoint)
- [Outputs](#outputs)
- [Showing an Output](#showing-an-output)
- [Reencrypting an Output](#reencrypting-an-output)
- [Running Benchmarks](#running-benchmarks)
- [Running Stability Tests](#running-stability-tests)
- [Build](#build)
- [Mac OS ARM64](#mac-os-arm64)
- [Linux x64](#linux-x64)
- [Examples](#examples)
- [Checkpoint Operations](#checkpoint-operations)
- [Output Commands](#output-commands)
- [Benchmarks](#benchmarks)
- [Stability Tests](#stability-tests)
- [Sanity Mode](#sanity-mode)
- [License](#license)

## Introduction

Expand Down

0 comments on commit 73bb268

Please sign in to comment.