1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-16 03:44:56 +02:00
antelope-keygen/src
2020-03-12 21:05:58 +01:00
..
core adding core/isatty 2020-03-02 13:50:35 +01:00
crypto src/crypto/openssl/hash.cpp: in sha256() should have out->data as input the second time. 2020-03-12 21:05:58 +01:00
benchmark.cpp Move "ec" directory to "crypto" and move openssl implementation into crypto/openssl directory. 2020-02-11 15:42:56 +01:00
benchmark.h Adding "EOSIOKEYGEN" prefix to all header guards. 2020-02-10 17:01:31 +01:00
config.h.in config.h.in: define PROGRAM_NAME and PROGRAM_VERSION 2020-02-19 13:48:42 +01:00
console.cpp console: add isColorsSupported() 2020-03-02 14:36:41 +01:00
console.h console: add isColorsSupported() 2020-03-02 14:36:41 +01:00
console_ansi.cpp console_ansi.cpp: use isColorsSupported() instead of disable_color 2020-03-02 14:38:08 +01:00
console_win32.cpp src/console_win32.cpp: define _getNativeHandle() and use that instead of hard coded stdout. 2020-03-02 14:44:53 +01:00
key_search.cpp key_search.cpp: in addWord() do not apply base58_strip(). client code should validate it. 2020-02-26 15:09:41 +01:00
key_search.h key_search: adding addDictionary() 2020-02-17 15:11:52 +01:00
key_search_helpers.cpp Organize source files into directory. 2020-02-19 13:09:53 +01:00
key_search_helpers.h Organize source files into directory. 2020-02-19 13:09:53 +01:00
key_search_mt.cpp key_search_mt.cpp: pass m_dict to key_search_result() 2020-02-17 15:14:23 +01:00
main.cpp main.cpp: validate word list for non base58 characters. 2020-02-26 15:09:16 +01:00