1
0
Fork 0
mirror of https://github.com/eosswedenorg/libantelope synced 2026-06-16 03:34:56 +02:00
Commit graph

33 commits

Author SHA1 Message Date
be8096ed0f CMakeLists.txt: set LIBANTELOPE_HASHIMPL_OPENSSL 2023-05-30 13:46:42 +02:00
682ea069a2 CMakeLists.txt: use src/config.in.h as configuration file. 2023-05-30 13:46:23 +02:00
c06846f7ed CMakeLists.txt: configure compiler flags for different build types. 2023-04-10 16:47:30 +02:00
3e38c587d3 Version 0.2.0 2023-04-06 14:49:48 +02:00
0cfd459c71 Change project name from libeosio to libantelope 2023-04-06 14:45:30 +02:00
9d11357490 Version 0.1.7 2023-04-04 19:00:45 +02:00
ea411793a2 src/WIF.cpp: use wif/codec.hpp 2023-03-25 16:02:09 +01:00
9ebc1e3aa1 Version 0.1.6 2023-03-22 19:04:47 +01:00
e94b19031f CMakeLists.txt: when using libsecp256k1 on windows we need to link with bcrypt.lib 2023-03-22 18:53:33 +01:00
ea63d3e4ec CMakeLists.txt: Print ${EC_LIB} 2023-03-22 18:48:52 +01:00
c4304e3d22 CMakeLists.txt: move add_library() to top of "library" section so that we don't need to use variables for everything. 2023-03-22 18:48:25 +01:00
53e126cb62 Adding src/libsecp256k1/ecdsa.cpp 2023-03-22 14:42:11 +01:00
f920c7edee CMakeLists.txt: Add support for compiling with either openssl or libsecp256k1 as EC library 2023-03-22 14:42:11 +01:00
d853ed6f62 Adding src/openssl/ecdsa.cpp 2023-03-22 14:38:03 +01:00
e4150af355 Adding src/openssl/recovery.c 2023-03-22 14:20:44 +01:00
88dacd22f8 src/openssl/ec.cpp: move helper functions/macros to internal.h and helpers.c files. 2023-03-22 14:19:36 +01:00
fdaab853ee CMakeLists.txt: add "C" to project languages. 2023-03-22 14:16:01 +01:00
0c9b867049 CMakeLists.txt: Should link to OpenSSL with PRIVATE scope instead of INTERFACE. otherwise include path to openssl will not be added to the target. 2023-03-15 12:15:04 +01:00
6b0d1aa459 CMakeLists.txt: Adding WITH_BENCHMARK option. 2023-03-14 21:19:00 +01:00
d7cdf9476d CMakeLists.txt: CTest already defines "BUILD_TESTING" variable. so we do not have to use our own. 2023-03-14 21:18:05 +01:00
de7f1c3e19 CMakeLists.txt: link with OpenSSL using imported target instead of variables. 2023-03-11 13:07:07 +01:00
541eb089e8 CMakeLists.txt: typo fix. OpenSSL not OpenGL :) 2023-03-11 09:55:52 +01:00
2a2360bd7d Split include/libeosio/types.hpp into ec.hpp and hash.hpp 2023-03-11 09:48:12 +01:00
0bc8fde4ad Version 0.1.5 2023-03-10 13:49:58 +01:00
bf73487abc include/libeosio/types.hpp: Adding stream operator functions. 2023-03-08 18:15:23 +01:00
c17512f6ba CMakeLists.txt: whitespace fix. 2023-02-17 11:24:20 +01:00
ae4dd4027f Add support for testing and add simple testcase for base58 2023-02-17 11:24:01 +01:00
40b60c19be Version 0.1.4 2022-09-21 10:41:05 +02:00
a41b79967a CMakeLists.txt: Adding OPENSSL_API_COMPAT compiler flag. 2022-09-21 10:36:24 +02:00
569c1989a4 Version 0.1.3 2021-05-07 13:45:37 +02:00
aa70efe4ea Version 0.1.2 2021-02-24 13:59:50 +01:00
c785da97de Version 0.1.1 2020-05-22 16:18:04 +02:00
137d5cbe31 Initial Commit 2020-04-05 13:11:07 +02:00