Offline Transaction Signing (OTS) 0.1.0
|
#include "ots.hpp"
#include "ots-internal.hpp"
#include "ots-exceptions.hpp"
#include "account.hpp"
#include "key-store.hpp"
#include "int-util.h"
#include "mnemonics/electrum-words.h"
#include "wipeable_string.h"
#include "cryptonote_basic/cryptonote_basic.h"
#include "cryptonote_basic/cryptonote_format_utils.h"
#include "cryptonote_basic/account.h"
#include "string_tools.h"
#include "crypto/keccak.h"
#include "crypto/crypto-ops.h"
Namespaces | |
namespace | ots |
The library exists complete only in this namespace. | |
Macros | |
#define | LEGACY_SEED_BYTES 16 |
#define | LEGACY_SEED_WORDS 12 |
#define LEGACY_SEED_BYTES 16 |
#define LEGACY_SEED_WORDS 12 |