QSC Post Quantum Cryptographic Library 1.0.0.6c (A6)
A post quantum secure library written in Ansi C
 
Loading...
Searching...
No Matches
qsc_list_state Struct Reference

Contains the list context state. More...

#include <list.h>

Data Fields

uint8_t * items
 
size_t count
 
size_t width
 

Detailed Description

Contains the list context state.

This structure holds the state of a list, including a pointer to the items, the number of items, and the byte width of each item.

Field Documentation

◆ count

size_t count

The number of list items.

◆ items

uint8_t* items

A pointer to the items array.

◆ width

size_t width

The byte length of a list item.


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