Offline Transaction Signing (OTS) 0.1.0
|
#include <openssl/evp.h>
#include <openssl/sha.h>
#include "ots.hpp"
#include "key-store.hpp"
#include "memwipe.h"
Namespaces | |
namespace | ots |
The library exists complete only in this namespace. | |
Macros | |
#define | SEED_PBKDF2_ITERATIONS 100000 |
#define | SEED_PBKDF2_SALT "OTS-SeedMerge-v1" |
#define | SEED_PBKDF2_SALT_LEN 16 |
#define SEED_PBKDF2_ITERATIONS 100000 |
#define SEED_PBKDF2_SALT "OTS-SeedMerge-v1" |
#define SEED_PBKDF2_SALT_LEN 16 |