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

13 commits

Author SHA1 Message Date
bc0369f301 Move "ec" directory to "crypto" and move openssl implementation into crypto/openssl directory. 2020-02-11 15:42:56 +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
56c78cbcc2 Adding license headers to some files that did not have it. 2020-01-29 11:39:42 +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
5b4a45fa59 Removing unused includes. 2020-01-15 17:13:59 +01:00
35bb2302dd key_search: refactor into a KeySearch class. 2020-01-15 17:02:53 +01:00
6dcc897fcf key_search: refactor key_search_n() and key_search_nt() to proper names. 2020-01-10 10:56:32 +01:00
a4dec2e39b src/key_search.h: remove key_search() it does not make sense and key_contains_word() can be used instead. 2020-01-10 10:41:56 +01:00
7e37f1ef8b key_search: refactor thread code into key_search_nt() function and key_search_nt.cpp file. 2020-01-10 10:30:16 +01:00
77d63a5c36 key_search: split key_search() function into key_search() and key_search_n() 2020-01-10 09:29:37 +01:00
46df157668 src/key_search.cpp: add mutex lock to result output. 2020-01-10 07:35:28 +01:00
21cf93c365 Add key_search module. 2020-01-09 08:12:26 +01:00