|
CCF
|
#include "ccf/ds/hex.h"#include "ccf/receipt.h"#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 |
| struct | ccf::cose::CwtClaims |
| struct | ccf::cose::CcfClaims |
| struct | ccf::cose::CcfCoseReceiptPhdr |
| struct | ccf::cose::Leaf |
| struct | ccf::cose::MerkleProof |
| struct | ccf::cose::CcfCoseReceipt |
Namespaces | |
| namespace | ccf |
| namespace | ccf::cose |
| namespace | ccf::cose::headers |
Typedefs | |
| using | ccf::cose::Signature = std::span< const uint8_t > |