|
|
c035a804b2
|
src/wif/k1.cpp: implement _checksum_suffix() using init/update/final ripemd160 functions.
|
2023-05-30 13:59:43 +02:00 |
|
|
|
6824a2f49e
|
Change namespace and header guards from libeosio to libantelope
|
2023-04-06 14:45:30 +02:00 |
|
|
|
33d3440f53
|
include/libeosio/checksum.hpp: Use plain c-array instead of std::array
|
2023-03-27 15:20:10 +02:00 |
|
|
|
815ab2569f
|
src/wif/k1.cpp: in _checksum_suffix() change array to std::vector as MSVC does not like variable size c-arrays.
|
2023-03-25 19:54:05 +01:00 |
|
|
|
be6c98f1bd
|
src/wif/k1.cpp: implement sig_encoder_k1 and sig_decoder_k1
|
2023-03-25 18:23:27 +01:00 |
|
|
|
abdd84f257
|
src/wif/codec.hpp: Adding signature encoders/decoders
|
2023-03-25 18:23:27 +01:00 |
|
|
|
1aa6906ba2
|
WIF: Support PVT_K1 format.
|
2023-03-25 18:23:27 +01:00 |
|
|
|
053f91c74b
|
Adding src/wif/k1.cpp
|
2023-03-25 15:24:57 +01:00 |
|
|
|
6793762fbb
|
Adding src/wif/legacy.cpp
|
2023-03-25 15:24:49 +01:00 |
|
|
|
3abfc488e8
|
Adding src/wif/codec.hpp
|
2023-03-25 15:24:05 +01:00 |
|