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§
- Algorithm
Metadata - Algorithm metadata
- Algorithm
Registry - 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