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

Parsed TLV (tag-length-value) field from serialized metadata. More...

#include <key_metadata.hpp>

Public Attributes

uint32_t tag
 4-byte tag identifying the field type.
 
const uint8_t * data
 Pointer to the field data within the source buffer.
 
uint32_t length
 Length of the field data in bytes.
 

Detailed Description

Parsed TLV (tag-length-value) field from serialized metadata.

Definition at line 309 of file key_metadata.hpp.

Member Data Documentation

◆ data

const uint8_t* signet::forge::crypto::detail::meta::TlvField::data

Pointer to the field data within the source buffer.

Definition at line 311 of file key_metadata.hpp.

◆ length

uint32_t signet::forge::crypto::detail::meta::TlvField::length

Length of the field data in bytes.

Definition at line 312 of file key_metadata.hpp.

◆ tag

uint32_t signet::forge::crypto::detail::meta::TlvField::tag

4-byte tag identifying the field type.

Definition at line 310 of file key_metadata.hpp.


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