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

14 commits

Author SHA1 Message Date
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
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
d6a4ae6db8 Organize source files into directory. 2020-02-19 13:09:53 +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
0e9d23086f Adding "eoskeygen" namespace. 2020-02-10 16:58:08 +01:00
56c78cbcc2 Adding license headers to some files that did not have it. 2020-01-29 11:39:42 +01:00
97b834d11e src/key_search_helpers.cpp: in key_search_result() use console colors to highlight the found word. 2020-01-16 14:25:47 +01:00
075144c72b search: define a key_result struct and store position and length in public key for the word found. 2020-01-16 14:24:58 +01:00
f6ba8a73a2 src/key_search_helpers.cpp: in key_contains_word() skip first 3 chars of pubkey ("EOS") 2020-01-16 08:05:53 +01:00
bae3721211 src/key_search_helpers.cpp: add key_contains_word() 2020-01-10 10:41:56 +01:00
936378c69f Adding key_search_helpers module. 2020-01-10 10:28:55 +01:00