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

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).
 

Detailed Description

Result of parsing an IV header from encrypted data.

Definition at line 164 of file cipher_interface.hpp.

Member Data Documentation

◆ ciphertext

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.

◆ ct_size

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.

◆ iv

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.


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