|
Botan 3.11.0
Crypto and TLS for C&
|
#include <stateful_key_index_registry.h>
Public Member Functions | |
| KeyId ()=default | |
| KeyId (std::string_view algo_name, uint32_t algo_params, std::span< const uint8_t > key_material_1, std::span< const uint8_t > key_material_2) | |
| auto | operator<=> (const KeyId &other) const =default |
Definition at line 30 of file stateful_key_index_registry.h.
| Botan::Stateful_Key_Index_Registry::KeyId::KeyId | ( | std::string_view | algo_name, |
| uint32_t | algo_params, | ||
| std::span< const uint8_t > | key_material_1, | ||
| std::span< const uint8_t > | key_material_2 ) |
Create a KeyId for some kind of key material
| algo_name | Algorithm name (ex "XMSS", "HSS-LMS") |
| algo_params | Algorithm specific parameters |
| key_material_1 | First part of key identifying material |
| key_material_2 | Second part of key identifying material (can be omitted) |
Definition at line 24 of file stateful_key_index_registry.cpp.
References BOTAN_ASSERT_NOMSG, and Botan::HashFunction::create_or_throw().
Referenced by operator<=>().
|
default |
|
default |
References KeyId().