![]() |
Signet Forge 0.1.0
C++20 Parquet library with AI-native extensions
|
DEMO |
Algorithm deprecation entry. More...
#include <key_metadata.hpp>
Public Attributes | |
| std::string | algorithm_name |
| E.g. "AES-256-GCM", "AES-128-CTR", "3DES". | |
| AlgorithmStatus | status = AlgorithmStatus::ACCEPTABLE |
| int32_t | min_key_bits = 0 |
| Minimum key length in bits. | |
| std::string | transition_guidance |
| Migration guidance. | |
| int64_t | sunset_ns = 0 |
| Planned deprecation timestamp (0 = no sunset). | |
Algorithm deprecation entry.
Definition at line 922 of file key_metadata.hpp.
| std::string signet::forge::crypto::AlgorithmPolicy::algorithm_name |
E.g. "AES-256-GCM", "AES-128-CTR", "3DES".
Definition at line 923 of file key_metadata.hpp.
| int32_t signet::forge::crypto::AlgorithmPolicy::min_key_bits = 0 |
Minimum key length in bits.
Definition at line 925 of file key_metadata.hpp.
| AlgorithmStatus signet::forge::crypto::AlgorithmPolicy::status = AlgorithmStatus::ACCEPTABLE |
Definition at line 924 of file key_metadata.hpp.
| int64_t signet::forge::crypto::AlgorithmPolicy::sunset_ns = 0 |
Planned deprecation timestamp (0 = no sunset).
Definition at line 927 of file key_metadata.hpp.
| std::string signet::forge::crypto::AlgorithmPolicy::transition_guidance |
Migration guidance.
Definition at line 926 of file key_metadata.hpp.