|
|
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 |
|
|
|
bc0369f301
|
Move "ec" directory to "crypto" and move openssl implementation into crypto/openssl directory.
|
2020-02-11 15:42:56 +01:00 |
|
|
|
04641354ff
|
Adding "EOSIOKEYGEN" prefix to all header guards.
|
2020-02-10 17:01:31 +01:00 |
|
|
|
0e9d23086f
|
Adding "eoskeygen" namespace.
|
2020-02-10 16:58:08 +01:00 |
|
|
|
fd0e893660
|
Merge branch 'maint' into develop
|
2020-02-05 19:33:49 +01:00 |
|
|
|
fca45626fa
|
src/main.cpp: in command line parsing for search, move word list and count inside while loop.
|
2020-02-05 16:12:48 +01:00 |
|
|
|
b24ea1fc83
|
src/main.cpp: fix bug in command line parsing for search. loop should check for argc - 1 (first param is program name)
|
2020-02-05 16:09:53 +01:00 |
|
|
|
67df405309
|
src/main.cpp: refactor cmd_search to take strlist_t and int parameters and do all parsing outside.
|
2020-02-05 15:59:24 +01:00 |
|
|
|
d636cf7756
|
src/main.cpp: error out on unsupported flags for search.
|
2020-02-05 15:52:53 +01:00 |
|
|
|
f9930ec4fc
|
src/main.cpp: refactor the do/while loop for search flags into just a while loop.
|
2020-02-05 15:52:06 +01:00 |
|
|
|
cb5df9bbba
|
src/main.cpp: print a notice message if cli argument --threads is less than 2.
|
2020-02-05 15:30:16 +01:00 |
|
|
|
c7802b2e56
|
move types.h and ec stuff to "ec" subdirectory.
|
2020-01-30 08:42:09 +01:00 |
|
|
|
8630f5c255
|
include "types.h" instead of "ec.h" where it is appropriate
|
2020-01-30 08:19:28 +01:00 |
|
|
|
8007a39c35
|
src/ec.h: move typedefs and struct to types.h
|
2020-01-30 08:16:41 +01:00 |
|
|
|
0bda9e3f2a
|
src/ec.h: document ec_generate_key()
|
2020-01-30 08:08:43 +01:00 |
|
|
|
07a85e732f
|
src/WIF.cpp: Use constants intead of magic number.
|
2020-01-30 08:04:19 +01:00 |
|
|
|
cc4d91579b
|
src/checksum.h: Use a define for checksum length instead of magic number.
|
2020-01-30 08:03:39 +01:00 |
|
|
|
59b358d256
|
src/types.h: cleanup EC_PUBKEY_SIZE abit.
|
2020-01-30 08:03:05 +01:00 |
|
|
|
56c78cbcc2
|
Adding license headers to some files that did not have it.
|
2020-01-29 11:39:42 +01:00 |
|
|
|
288c7e96a2
|
src/benchmark.cpp: fixing compiler conversion error by explicitly casting num_keys to float.
|
2020-01-29 11:07:08 +01:00 |
|
|
|
e310bb7ac0
|
Merge pull request #12 from eosswedenorg/benchmark
Closes #11
|
2020-01-29 10:53:05 +01:00 |
|
|
|
2d1696a0e4
|
Merge branch 'compiler-warnings' into develop
|
2020-01-29 10:50:37 +01:00 |
|
|
|
2b20f8aaf4
|
src/string.cpp: in strjoin() skip empty items.
|
2020-01-29 10:13:55 +01:00 |
|
|
|
db75317d31
|
src/main.cpp: implement benchmark command.
|
2020-01-29 09:13:05 +01:00 |
|
|
|
98a3d8b1d1
|
Adding benchmark module
|
2020-01-29 09:13:05 +01:00 |
|