|
|
afc199e739
|
tests/CMakeLists.txt: use doctest_discover_tests() macro to add all doctest test cases with a separate CTest test.
|
2023-05-31 15:05:35 +02:00 |
|
|
|
84645175c1
|
tests: Adding tests for sha256 and ripemd160 hashing functions.
|
2023-05-31 10:46:14 +02:00 |
|
|
|
7ef801c2a8
|
include/libeosio/ec.hpp: Adding ecdsa_recover()
|
2023-03-21 13:28:37 +01:00 |
|
|
|
640f67a934
|
include/libeosio/ec.hpp: Adding ecdsa_sign and ecdsa_verify()
|
2023-03-21 13:28:30 +01:00 |
|
|
|
73819444e5
|
include/libeosio/WIF.hpp: adding signature encode/decode functions.
|
2023-03-20 13:48:35 +01:00 |
|
|
|
6eaf6ebe71
|
Adding tests/ec/generate.cpp
|
2023-03-20 13:47:04 +01:00 |
|
|
|
171876bbfa
|
include/libeosio/ec.hpp: adding ec_generate_privkey() and ec_get_publickey()
|
2023-03-19 21:51:18 +01:00 |
|
|
|
5f2fa977c3
|
Adding tests/benchmark/ec.cpp
|
2023-03-14 21:11:14 +01:00 |
|
|
|
c990bae52e
|
include/libeosio/WIF.hpp: Adding wif_pub_decode function
|
2023-03-10 13:48:26 +01:00 |
|
|
|
3336f8d051
|
Adding tests/WIF/pub_encode.cpp
|
2023-03-10 13:10:07 +01:00 |
|
|
|
4015399d47
|
include/libeosio/WIF.hpp: Adding wif_priv_decode function.
|
2023-03-10 11:13:32 +01:00 |
|
|
|
ed59959b5b
|
include/libeosio/base58.hpp: adding base58_decode functions.
|
2023-03-09 18:18:10 +01:00 |
|
|
|
cc962e7bf8
|
Adding tests/WIF/priv_encode.cpp
|
2023-03-09 18:16:52 +01:00 |
|
|
|
dbbdc896e1
|
tests: Adding doctest framework.
|
2023-03-09 17:50:22 +01:00 |
|
|
|
47689bc621
|
tests/CMakeLists.txt: Define test function.
|
2023-03-09 13:38:51 +01:00 |
|
|
|
8ec58c385f
|
tests: move base58 tests into its own subdirectory
|
2023-03-09 13:31:21 +01:00 |
|
|
|
ae4dd4027f
|
Add support for testing and add simple testcase for base58
|
2023-02-17 11:24:01 +01:00 |
|