From ff021628bfcfceaca77d9cb6fbf0af1598d43610 Mon Sep 17 00:00:00 2001 From: OnkelDe <84448649+OnkelDe@users.noreply.github.com> Date: Wed, 19 Jun 2024 11:44:24 +0200 Subject: [PATCH] Update categories.md --- docs/_pages/categories.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/docs/_pages/categories.md b/docs/_pages/categories.md index 41309cd..259b88b 100644 --- a/docs/_pages/categories.md +++ b/docs/_pages/categories.md @@ -430,21 +430,6 @@ markdown This module provides cryptographic operations using a YubiKey. It implements the `Provider` trait and interacts with the YubiKey device for key management and cryptographic operations. -## Table of Contents - -1. [Dependencies](#dependencies) -2. [Constants](#constants) -3. [Provider Implementation](#provider-implementation) - - [create_key](#create_key) - - [load_key](#load_key) - - [initialize_module](#initialize_module) -4. [Helper Functions](#helper-functions) - - [save_key_object](#save_key_object) - - [parse_slot_data](#parse_slot_data) - - [get_free_slot](#get_free_slot) - - [get_reference_u32slot](#get_reference_u32slot) - - [list_all_slots](#list_all_slots) -5. [License](#license) ## Dependencies