Skip to main content

Module algorithm_registry

Module algorithm_registry 

Source
Expand description

Algorithm registry for lib-Q

This module provides a centralized registry of all supported algorithms, eliminating the need for manual enumeration and providing better maintainability.

Structs§

AlgorithmMetadata
Algorithm metadata
AlgorithmRegistry
Central registry of all algorithms

Functions§

algorithms_by_category
Get algorithms by category
algorithms_by_security_level
Get algorithms by security level
registry
Get the global algorithm registry Requires alloc feature (registry uses HashMap/BTreeMap internally)
supported_algorithms
Get all supported algorithms