QSC Post Quantum Cryptographic Library 1.1.0.2 (B2)
A post quantum secure library written in Ansi C
Loading...
Searching...
No Matches
qsc_asn1_bit_string_t Struct Reference

A normalized ASN.1 BIT STRING representation. More...

#include <asn1.h>

Data Fields

const uint8_t * data
size_t length
uint8_t unused

Detailed Description

A normalized ASN.1 BIT STRING representation.

Field Documentation

◆ data

const uint8_t* data

Pointer to the BIT STRING payload octets, excluding the unused-bits count byte.

◆ length

size_t length

The number of payload octets.

◆ unused

uint8_t unused

The number of unused bits in the final payload octet.


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