Offline Transaction Signing (OTS) 0.1.0
|
#include "account.hpp"
#include <string_tools.h>
#include <common/base58.h>
#include <cryptonote_basic/cryptonote_basic.h>
#include <cryptonote_basic/tx_extra.h>
#include "ringct/rctOps.h"
#include <crypto/chacha.h>
#include <wipeable_string.h>
#include <tuple>
Namespaces | |
namespace | ots |
The library exists complete only in this namespace. | |
Macros | |
#define | CMPF(f) if(!(td.f == org_td.f)) goto process |
#define CMPF | ( | f | ) | if(!(td.f == org_td.f)) goto process |