1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-17 03:50:03 +02:00
Commit graph

135 commits

Author SHA1 Message Date
710a41a6f4 src/main.cpp: update to use LIBEOSKEYGEN_HAVE_THREADS from <eoskeygen/config.h> and eoskeygen::KeySearch::max_threads() 2020-03-31 10:34:04 +02:00
fc00d97d40 move src/core/isatty to src/isatty 2020-03-23 13:44:37 +01:00
086d9e1241 Use remove library files and use libeoskeygen 2020-03-23 13:43:39 +01:00
ddc1af8957 move core/file.h to library also. 2020-03-20 18:14:53 +01:00
bc90c2e9ef fixing includes. 2020-03-20 13:19:28 +01:00
d9634f334b Decouple key_search_result() and KeySearch class with an interface. 2020-03-19 18:12:33 +01:00
a417390bb7 refactor struct key_search_result from src/key_search_helpers.h to include/eoskeygen/key_search.h 2020-03-19 15:43:49 +01:00
8035e3233c move some of the headers that should be included in the library to "include/eoskeygen" folder. 2020-03-19 09:14:08 +01:00
6bf611f7d0 src/key_search.h: include the right file. 2020-03-19 07:25:10 +01:00
1075481b2e move cli/src to src and combine all CMakeLists.txt 2020-03-16 14:10:10 +01:00
b52f61d319 cmake: split CMakeLists into multiple directories. 2020-03-11 12:00:16 +01:00
840c6ae69a main.cpp: Remove unwanted output. 2020-03-11 00:41:43 +01:00
dbf4e56e52 config.h.in: prefix header guard. 2020-03-04 15:53:13 +01:00
53fcc9df53 src/console_win32.cpp: define _getNativeHandle() and use that instead of hard coded stdout. 2020-03-02 14:44:53 +01:00
26b96add30 console_win32.cpp: use isColorsSupported() instead of disable_color 2020-03-02 14:38:25 +01:00
f630a8344c console_ansi.cpp: use isColorsSupported() instead of disable_color 2020-03-02 14:38:08 +01:00
f676f2e7ca console: add isColorsSupported() 2020-03-02 14:36:41 +01:00
f7858cb5bd adding core/isatty 2020-03-02 13:50:35 +01:00
fd91419642 core/dictionary.h: Documentation 2020-02-26 15:23:38 +01:00
3505af5c1f core/dictionary.h: remove commented out code 2020-02-26 15:13:39 +01:00
a9f153212b key_search.cpp: in addWord() do not apply base58_strip(). client code should validate it. 2020-02-26 15:09:41 +01:00
64f9026f96 main.cpp: validate word list for non base58 characters. 2020-02-26 15:09:16 +01:00
dcde774eac crypto/base58: adding is_base58() string version. 2020-02-26 15:07:03 +01:00
4a64da310b core/string.h: move base58 functions to crypto/base58.h 2020-02-26 15:05:55 +01:00
ca617cfa3b main.cpp: adding "-v" version flag. 2020-02-19 13:49:23 +01:00
243acc8014 config.h.in: define PROGRAM_NAME and PROGRAM_VERSION 2020-02-19 13:48:42 +01:00
06a2f7be33 core/dictionary.cpp: use readLines() from file.h 2020-02-19 13:22:37 +01:00
c5a5ba40f6 main.cpp: fixing missing "/" for language path. 2020-02-19 13:21:37 +01:00
bcabafbb92 Fix header guards. 2020-02-19 13:15:03 +01:00
d6a4ae6db8 Organize source files into directory. 2020-02-19 13:09:53 +01:00
6195b42452 main.cpp: implement support for file input as word list. 2020-02-18 20:03:03 +01:00
b88e613b54 adding core/file 2020-02-18 20:03:03 +01:00
f84f474290 Merge branch 'dictionary' into develop
# Conflicts:
#	CMakeLists.txt
#	src/main.cpp
2020-02-18 15:08:48 +01:00
805bf3e1e5 key_search_helpers.h: typo fix 2020-02-18 14:36:29 +01:00
1e725889c1 src/main.cpp: implement -m flag. 2020-02-18 14:31:21 +01:00
f1f9eb5a66 console: add disable_color flag. 2020-02-18 14:29:53 +01:00
0464986ae8 core/dictionary.cpp: need to include <iterator> header. 2020-02-17 17:18:04 +01:00
62626c14c0 main.cpp: add support for --dict and --lang flags. 2020-02-17 16:44:46 +01:00
ade4708b50 Adding config.h.in 2020-02-17 15:36:14 +01:00
757ed2956a key_search.cpp: pass m_dict to key_search_result() 2020-02-17 15:14:40 +01:00
0536b89486 key_search_mt.cpp: pass m_dict to key_search_result() 2020-02-17 15:14:23 +01:00
912ae83684 key_search_helpers: in key_search_result() pass a dictionary object and highlight words from it. 2020-02-17 15:13:54 +01:00
f9aab4033e key_search: adding addDictionary() 2020-02-17 15:11:52 +01:00
01fc8911a3 key_search: make _thr_proc() a method to KeySearch class. 2020-02-17 14:39:09 +01:00
34c24eb710 Adding core/dictionary 2020-02-17 14:26:03 +01:00
985cab3f64 crypto/openssl/ec.cpp: typo fix. 2020-02-11 19:33:15 +01:00
8e7b132ca1 checksum.h: implement using templates instead of nasty macro + header only as we don't have openssl specific code there anymore. 2020-02-11 19:32:34 +01:00
ce5dda06fe crypto/hash: define sha256d()
Better to have it here. Gives the implementation a chance to do any optimization over calling sha256() two times.
2020-02-11 19:30:16 +01:00
fc5614eff2 adding crypto/hash.h and move openssl specific code from checksum.cpp to crypto/openssl/hash.cpp 2020-02-11 15:42:56 +01:00
7a4cc43ec9 src/crypto/openssl/ec.cpp: remove static helper function. 2020-02-11 15:42:56 +01:00