|
|
b03ad0b22d
|
CMake: define _CRT_SECURE_NO_WARNINGS for MSVC compiler.
Otherwise build will fail if you use "non-secure" functions. like fopen()
|
2020-02-17 17:15:25 +01:00 |
|
|
|
ade4708b50
|
Adding config.h.in
|
2020-02-17 15:36:14 +01:00 |
|
|
|
34c24eb710
|
Adding core/dictionary
|
2020-02-17 14:26:03 +01:00 |
|
|
|
fcbe784fc8
|
CMakeLists.txt: add option to build extras.
|
2020-02-14 02:06:50 +01:00 |
|
|
|
8e7b132ca1
|
checksum.h: implement using templates instead of nasty macro + header only as we don't have openssl specific code there anymore.
|
2020-02-11 19:32:34 +01:00 |
|
|
|
fc5614eff2
|
adding crypto/hash.h and move openssl specific code from checksum.cpp to crypto/openssl/hash.cpp
|
2020-02-11 15:42:56 +01:00 |
|
|
|
bc0369f301
|
Move "ec" directory to "crypto" and move openssl implementation into crypto/openssl directory.
|
2020-02-11 15:42:56 +01:00 |
|
|
|
20a47d11b5
|
Version 0.1.6
|
2020-02-07 06:53:53 +01:00 |
|
|
|
4742096417
|
Merge branch 'man-page' into develop
|
2020-02-05 19:34:17 +01:00 |
|
|
|
c7802b2e56
|
move types.h and ec stuff to "ec" subdirectory.
|
2020-01-30 08:42:09 +01:00 |
|
|
|
3b916086d0
|
CMake: Install man page.
|
2020-01-30 07:34:37 +01:00 |
|
|
|
637ccd529f
|
Adding docs/eosio-keygen.1.in
|
2020-01-30 07:34:37 +01:00 |
|
|
|
890e9841e8
|
Version 0.1.5
|
2020-01-29 11:48:18 +01:00 |
|
|
|
e310bb7ac0
|
Merge pull request #12 from eosswedenorg/benchmark
Closes #11
|
2020-01-29 10:53:05 +01:00 |
|
|
|
2d1696a0e4
|
Merge branch 'compiler-warnings' into develop
|
2020-01-29 10:50:37 +01:00 |
|
|
|
98a3d8b1d1
|
Adding benchmark module
|
2020-01-29 09:13:05 +01:00 |
|
|
|
1142b8d5e4
|
Version 0.1.4
|
2020-01-17 06:50:15 +01:00 |
|
|
|
8c8d88c631
|
Adding src/console_win32.cpp
|
2020-01-16 11:08:59 +01:00 |
|
|
|
92f2c4ffcc
|
Adding console text color/attribute support (ansi)
|
2020-01-16 10:08:09 +01:00 |
|
|
|
1546d3c81c
|
Version 0.1.3
|
2020-01-12 08:44:35 +01:00 |
|
|
|
6dcc897fcf
|
key_search: refactor key_search_n() and key_search_nt() to proper names.
|
2020-01-10 10:56:32 +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 |
|
|
|
936378c69f
|
Adding key_search_helpers module.
|
2020-01-10 10:28:55 +01:00 |
|
|
|
b9cb871a49
|
Version 1.1.2
|
2020-01-10 07:45:12 +01:00 |
|
|
|
b6ddf1ed24
|
CMakeLists.txt: Fix Windows build failure (the windows specific stuffs must come after PROGRAM_EXE target)
|
2020-01-09 12:22:04 +01:00 |
|
|
|
c8632c2806
|
Version 0.1.1
|
2020-01-09 12:12:21 +01:00 |
|
|
|
9701580b6f
|
CMakeLists.txt: Use correct install paths.
|
2020-01-09 11:29:40 +01:00 |
|
|
|
b1ccc7a36b
|
CMakeLists.txt: Some cleanup and restructure.
|
2020-01-09 11:19:25 +01:00 |
|
|
|
f5c44e043d
|
Implement threads for key search.
|
2020-01-09 08:44:05 +01:00 |
|
|
|
a7e9b77a70
|
main.cpp: use key_search()
|
2020-01-09 08:12:26 +01:00 |
|
|
|
76e3d11747
|
Rename utils to string.
|
2020-01-09 06:33:20 +01:00 |
|
|
|
65710a8cd2
|
CMakeLists.txt: Only copy .deb package script on unix-like systems.
|
2019-12-23 15:18:04 +01:00 |
|
|
|
902869bcdf
|
CMakeLists.txt: add "scripts/generate_deb.sh.in" in the build.
|
2019-12-23 15:05:38 +01:00 |
|
|
|
2efceabba1
|
CMakeLists.txt: Adding project version
|
2019-12-23 14:49:38 +01:00 |
|
|
|
279eb6672c
|
Adding src/utils.cpp
|
2019-12-20 12:10:15 +01:00 |
|
|
|
28d6bbd5ff
|
CMake: set c++11 and disable extensions.
|
2019-12-20 12:02:03 +01:00 |
|
|
|
799a80b3e5
|
Initial Commit
|
2019-12-19 14:35:20 +01:00 |
|