CCF
Loading...
Searching...
No Matches
Namespaces | Macros | Functions
cbor.cpp File Reference
#include "crypto/cbor.h"
#include <algorithm>
#include <iomanip>
#include <sstream>
#include <fmt/format.h>
#include "evercbor/CBORNondet.h"

Namespaces

namespace  ccf
 
namespace  ccf::cbor
 

Macros

#define FMT_HEADER_ONLY
 

Functions

Value ccf::cbor::make_unsigned (uint64_t value)
 
Value ccf::cbor::make_signed (int64_t value)
 
Value ccf::cbor::make_string (std::string_view data)
 
Value ccf::cbor::parse_value (std::span< const uint8_t > raw, std::string_view context)
 
std::string ccf::cbor::print_value (const Value &value, size_t indent)
 

Macro Definition Documentation

◆ FMT_HEADER_ONLY

#define FMT_HEADER_ONLY