![]() |
BSHA3
0.17.99
P2P Blockchain, based on Bitcoin
|
#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... | |
Functions | |
uint256 | uint256S (const char *str) |
uint256 | uint256S (const std::string &str) |
|
inline |