Signet Forge 0.1.0
C++20 Parquet library with AI-native extensions
DEMO
Loading...
Searching...
No Matches
signet::forge::crypto::detail::crngt::CrngtState Struct Reference

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
 

Detailed Description

CRNGT state — stores the previous 32-byte RNG output for comparison.

Definition at line 213 of file cipher_interface.hpp.

Member Data Documentation

◆ initialized

bool signet::forge::crypto::detail::crngt::CrngtState::initialized = false

Definition at line 215 of file cipher_interface.hpp.

◆ prev

uint8_t signet::forge::crypto::detail::crngt::CrngtState::prev[32] = {}

Definition at line 214 of file cipher_interface.hpp.


The documentation for this struct was generated from the following file: