OpenCBDC Transaction Processor
|
#include "buffer.hpp"
#include "crypto/siphash.h"
#include "hash.hpp"
#include <array>
#include <cstring>
Go to the source code of this file.
Data Structures | |
struct | cbdc::hashing::const_sip_hash< T > |
SipHash function to generate STL data structure hash keys for system IDs. More... | |
struct | cbdc::hashing::const_sip_hash< buffer > |
struct | cbdc::hashing::null |
Uses the raw value of a provided hash as an STL data structure hash key. More... | |
Namespaces | |
namespace | cbdc |
namespace | cbdc::hashing |