1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-17 03:50:03 +02:00
antelope-keygen/src
2020-01-30 08:08:43 +01:00
..
base58.cpp Merge branch 'compiler-warnings' into develop 2020-01-29 10:50:37 +01:00
base58.h Updating year in header comment and LICENSE file 2020-01-02 22:18:01 +01:00
benchmark.cpp src/benchmark.cpp: fixing compiler conversion error by explicitly casting num_keys to float. 2020-01-29 11:07:08 +01:00
benchmark.h Adding benchmark module 2020-01-29 09:13:05 +01:00
checksum.cpp Merge branch 'compiler-warnings' into develop 2020-01-29 10:50:37 +01:00
checksum.h src/checksum.h: Use a define for checksum length instead of magic number. 2020-01-30 08:03:39 +01:00
console.h Adding console text color/attribute support (ansi) 2020-01-16 10:08:09 +01:00
console_ansi.cpp Adding license headers to some files that did not have it. 2020-01-29 11:39:42 +01:00
console_win32.cpp Adding license headers to some files that did not have it. 2020-01-29 11:39:42 +01:00
ec.cpp Updating year in header comment and LICENSE file 2020-01-02 22:18:01 +01:00
ec.h src/ec.h: document ec_generate_key() 2020-01-30 08:08:43 +01:00
key_search.cpp Adding license headers to some files that did not have it. 2020-01-29 11:39:42 +01:00
key_search.h Removing unused includes. 2020-01-15 17:13:59 +01:00
key_search_helpers.cpp Adding license headers to some files that did not have it. 2020-01-29 11:39:42 +01:00
key_search_helpers.h 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
key_search_mt.cpp Adding license headers to some files that did not have it. 2020-01-29 11:39:42 +01:00
main.cpp Merge pull request #12 from eosswedenorg/benchmark 2020-01-29 10:53:05 +01:00
string.cpp Merge branch 'compiler-warnings' into develop 2020-01-29 10:50:37 +01:00
string.h src/string.cpp: in l33twords() "l" is a bit special. so we set "l" to "1" 2020-01-15 16:55:11 +01:00
types.h src/types.h: cleanup EC_PUBKEY_SIZE abit. 2020-01-30 08:03:05 +01:00
WIF.cpp src/WIF.cpp: Use constants intead of magic number. 2020-01-30 08:04:19 +01:00
WIF.h WIF: Add const to wif_print_key() 2020-01-10 07:29:45 +01:00