From 73bb2688408506dc36936445effd056b465980e5 Mon Sep 17 00:00:00 2001 From: lbeder Date: Mon, 6 Jan 2025 23:05:17 +0000 Subject: [PATCH] Update TOC --- README.md | 50 ++++++++++++++++++++++++++++---------------------- 1 file changed, 28 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index db0ac2b..9d09620 100755 --- a/README.md +++ b/README.md @@ -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