|
CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
|
#include <cbor_helpers.h>
Public Attributes | |
| uint8_t | type |
| uint64_t | value |
| const uint8_t * | bytes |
| size_t | length |
Definition at line 101 of file cbor_helpers.h.
| const uint8_t* cdc::mod_fido2::cbor_item_t::bytes |
Definition at line 104 of file cbor_helpers.h.
| size_t cdc::mod_fido2::cbor_item_t::length |
Definition at line 105 of file cbor_helpers.h.
| uint8_t cdc::mod_fido2::cbor_item_t::type |
Definition at line 102 of file cbor_helpers.h.
| uint64_t cdc::mod_fido2::cbor_item_t::value |
Definition at line 103 of file cbor_helpers.h.