1
0
Fork 0
mirror of https://github.com/eosswedenorg/libantelope synced 2026-06-17 12:00:02 +02:00
Commit graph

24 commits

Author SHA1 Message Date
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