CCF
|
#include <crypto/openssl/cose_sign.h>
#include <qcbor/qcbor.h>
#include <qcbor/qcbor_spiffy_decode.h>
#include <stdexcept>
#include <string>
#include <t_cose/t_cose_common.h>
Go to the source code of this file.
Classes | |
struct | ccf::cose::COSEDecodeError |
struct | ccf::cose::COSESignatureValidationError |
Namespaces | |
namespace | ccf |
namespace | ccf::cose |
namespace | ccf::cose::headers |
Typedefs | |
using | ccf::cose::Signature = std::span< const uint8_t > |