CCF
|
#include <cstdint>
#include <span>
#include <variant>
#include <vector>
Go to the source code of this file.
Classes | |
struct | ccf::cose::edit::pos::InArray |
struct | ccf::cose::edit::pos::AtKey |
struct | ccf::cose::edit::desc::Empty |
struct | ccf::cose::edit::desc::Value |
Namespaces | |
namespace | ccf |
namespace | ccf::cose |
namespace | ccf::cose::edit |
namespace | ccf::cose::edit::pos |
namespace | ccf::cose::edit::desc |
Typedefs | |
using | ccf::cose::edit::pos::Type = std::variant< InArray, AtKey > |
using | ccf::cose::edit::desc::Type = std::variant< Empty, Value > |
Functions | |
std::vector< uint8_t > | ccf::cose::edit::set_unprotected_header (const std::span< const uint8_t > &cose_input, const desc::Type &descriptor) |