|
CCF
|
#include "ccf/ds/hex.h"#include "ccf/receipt.h"#include <crypto/cbor.h>#include <crypto/cose.h>#include <crypto/cose_utils.h>#include <optional>#include <stdexcept>#include <string>#include <variant>Go to the source code of this file.
Classes | |
| struct | ccf::cose::COSEDecodeError |
| struct | ccf::cose::COSESignatureValidationError |
| struct | ccf::cose::CwtClaims |
| struct | ccf::cose::Sign1ProtectedHeader |
| 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 |
Typedefs | |
| using | ccf::cose::Signature = std::span< const uint8_t > |