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

17 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
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
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
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
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
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
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