mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-06-17 03:50:03 +02:00
move some of the headers that should be included in the library to "include/eoskeygen" folder.
This commit is contained in:
parent
6bf611f7d0
commit
8035e3233c
23 changed files with 35 additions and 33 deletions
14
src/main.cpp
14
src/main.cpp
|
|
@ -26,16 +26,16 @@
|
|||
#endif /* HAVE_THREADS */
|
||||
#include <iostream>
|
||||
#include <cstring>
|
||||
#include "config.h"
|
||||
#include <eoskeygen/core/dictionary.h>
|
||||
#include <eoskeygen/core/string.h>
|
||||
#include <eoskeygen/crypto/base58.h>
|
||||
#include <eoskeygen/crypto/ec.h>
|
||||
#include <eoskeygen/crypto/WIF.h>
|
||||
#include <eoskeygen/key_search.h>
|
||||
#include "core/file.h"
|
||||
#include "core/dictionary.h"
|
||||
#include "core/string.h"
|
||||
#include "crypto/base58.h"
|
||||
#include "crypto/ec.h"
|
||||
#include "crypto/WIF.h"
|
||||
#include "console.h"
|
||||
#include "key_search.h"
|
||||
#include "benchmark.h"
|
||||
#include "config.h"
|
||||
|
||||
// Command line options.
|
||||
bool option_l33t = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue