Decentralised Art Server
High-performance C++ backend that exposes HTML interface and a secure REST API for managing Performative Transactions entities
 
Loading...
Searching...
No Matches
byte_order.hpp File Reference
#include <cstddef>
#include <cstdint>

Go to the source code of this file.

Namespaces

namespace  dcn
 
namespace  dcn::crypto
 

Functions

std::uint64_t dcn::crypto::readUint64BE (const std::uint8_t *ptr)
 
void dcn::crypto::writeUint64BE (std::uint8_t *ptr, std::uint64_t value)
 
void dcn::crypto::writeUint32BE (std::uint8_t *ptr, std::uint32_t value)