![]() |
Signet Forge 0.1.0
C++20 Parquet library with AI-native extensions
|
DEMO |
CRNGT state — stores the previous 32-byte RNG output for comparison. More...
#include <cipher_interface.hpp>
Public Attributes | |
| uint8_t | prev [32] = {} |
| bool | initialized = false |
CRNGT state — stores the previous 32-byte RNG output for comparison.
Definition at line 213 of file cipher_interface.hpp.
| bool signet::forge::crypto::detail::crngt::CrngtState::initialized = false |
Definition at line 215 of file cipher_interface.hpp.
| uint8_t signet::forge::crypto::detail::crngt::CrngtState::prev[32] = {} |
Definition at line 214 of file cipher_interface.hpp.