QSC Post Quantum Cryptographic Library 1.3.0.0 (C1)
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
qsc_mutex opmtx

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.

◆ opmtx

qsc_mutex opmtx

The operations mutex.

◆ width

size_t width

The byte length of a list item.


The documentation for this struct was generated from the following file:
  • C:/Users/stepp/Documents/Visual Studio 2022/Projects/C/QSC/QSC/list.h