![]() |
Signet Forge 0.1.0
C++20 Parquet library with AI-native extensions
|
DEMO |
Result of parsing an IV header from encrypted data. More...
#include <cipher_interface.hpp>
Public Attributes | |
| const uint8_t * | iv |
| Pointer to the IV bytes within the input buffer. | |
| const uint8_t * | ciphertext |
| Pointer to the ciphertext after the IV. | |
| size_t | ct_size |
| Ciphertext length (may include GCM auth tag). | |
Result of parsing an IV header from encrypted data.
Definition at line 164 of file cipher_interface.hpp.
| const uint8_t* signet::forge::crypto::detail::cipher::IvParsed::ciphertext |
Pointer to the ciphertext after the IV.
Definition at line 166 of file cipher_interface.hpp.
| size_t signet::forge::crypto::detail::cipher::IvParsed::ct_size |
Ciphertext length (may include GCM auth tag).
Definition at line 167 of file cipher_interface.hpp.
| const uint8_t* signet::forge::crypto::detail::cipher::IvParsed::iv |
Pointer to the IV bytes within the input buffer.
Definition at line 165 of file cipher_interface.hpp.