Raven Core
3.0.0
P2P Digital Currency
|
#include <assert.h>
#include <cstring>
#include <stdexcept>
#include <stdint.h>
#include <string>
#include <vector>
#include "crypto/common.h"
Go to the source code of this file.
Classes | |
class | base_blob< BITS > |
Template base class for fixed-sized opaque blobs. More... | |
class | uint160 |
160-bit opaque blob. More... | |
class | uint256 |
256-bit opaque blob. More... | |
class | uint512 |
Functions | |
uint256 | uint256S (const char *str) |
uint256 | uint256S (const std::string &str) |
|
inline |