|
|
6824a2f49e
|
Change namespace and header guards from libeosio to libantelope
|
2023-04-06 14:45:30 +02:00 |
|
|
|
424fe4702d
|
include/libeosio/WIF.hpp: Make wif_priv_encode and wif_pub_encode default to K1 prefix.
|
2023-04-04 13:30:39 +02:00 |
|
|
|
2f56e8b43d
|
include/libeosio/WIF.hpp: pass wif_codec_t to wif_print_key() and make it default to K1.
|
2023-04-04 13:30:07 +02:00 |
|
|
|
18f35c66b5
|
include/libeosio/WIF.hpp: add wif_codec_t struct and related functions/constants.
|
2023-04-04 13:29:12 +02:00 |
|
|
|
86d75df2ec
|
include/libeosio/WIF.hpp: declare all WIF_ constant strings as extern and set them in WIF.cpp
|
2023-04-04 13:26:45 +02:00 |
|
|
|
33d3440f53
|
include/libeosio/checksum.hpp: Use plain c-array instead of std::array
|
2023-03-27 15:20:10 +02:00 |
|
|
|
abecabba99
|
include/libeosio/hash.hpp: remove nested struct from ripemd160_t and sha256_t and just use a array directly.
|
2023-03-26 19:28:01 +02:00 |
|
|
|
171db63de4
|
include/libeosio/WIF.hpp: Adding WIF_SIG_K1 constant.
|
2023-03-25 18:23:27 +01:00 |
|
|
|
1aa6906ba2
|
WIF: Support PVT_K1 format.
|
2023-03-25 18:23:27 +01:00 |
|
|
|
ebb4219024
|
WIF: Support PUB_K1 format.
|
2023-03-23 19:15:25 +01:00 |
|
|
|
9114c17315
|
include/libeosio/WIF.hpp: adding prefixes constants.
|
2023-03-23 19:14:51 +01:00 |
|
|
|
54fc8614ef
|
Adding src/libsecp256k1/ec.cpp
|
2023-03-22 14:39:42 +01: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 |
|
|
|
8a6b476a8b
|
include/libeosio/ec.hpp: Adding signature type.
|
2023-03-20 13:48:35 +01:00 |
|
|
|
171876bbfa
|
include/libeosio/ec.hpp: adding ec_generate_privkey() and ec_get_publickey()
|
2023-03-19 21:51:18 +01:00 |
|
|
|
b9c9e58050
|
include/libeosio/ec.hpp: Add ec_init() and ec_shutdown() functions.
|
2023-03-19 12:02:14 +01:00 |
|
|
|
9576e9d36f
|
include/libeosio/hash.hpp: Include cstddef instead of cstdint (std::size_t should be more consistent with that header across platforms)
|
2023-03-11 10:52:29 +01:00 |
|
|
|
2a2360bd7d
|
Split include/libeosio/types.hpp into ec.hpp and hash.hpp
|
2023-03-11 09:48:12 +01:00 |
|
|
|
c990bae52e
|
include/libeosio/WIF.hpp: Adding wif_pub_decode function
|
2023-03-10 13:48:26 +01:00 |
|
|
|
4015399d47
|
include/libeosio/WIF.hpp: Adding wif_priv_decode function.
|
2023-03-10 11:13:32 +01:00 |
|
|
|
82fc4b60cf
|
include/libeosio/checksum.hpp: Adding checksum_validate function
|
2023-03-10 11:11:39 +01:00 |
|
|
|
a99a23ae9b
|
include/libeosio/base58.hpp: Change decode function to accept vector instead of string.
|
2023-03-10 10:38:52 +01:00 |
|
|
|
ed59959b5b
|
include/libeosio/base58.hpp: adding base58_decode functions.
|
2023-03-09 18:18:10 +01:00 |
|
|
|
bf73487abc
|
include/libeosio/types.hpp: Adding stream operator functions.
|
2023-03-08 18:15:23 +01:00 |
|
|
|
77c93edc13
|
include/libeosio/WIF.hpp: Pass ec_privkey_t and ec_pubkey_t as const reference.
|
2023-03-08 17:24:22 +01:00 |
|
|
|
3b7cb0f4f6
|
include/libeosio/base58.hpp: minor copy/paste error in comment.
|
2021-05-07 13:45:37 +02:00 |
|
|
|
2fa6220cea
|
include/libeosio/ec.hpp: minor copy/paste error in comment.
|
2021-05-07 13:45:37 +02:00 |
|
|
|
0af91b4fc6
|
include/libeosio/hash.hpp: minor documentation fixes.
|
2021-05-07 13:45:37 +02:00 |
|
|
|
eab4aee8af
|
WIF: add optional prefix parameter to wif_pub_encode() and wif_print_key(), defaults to "EOS"
|
2021-05-07 13:45:37 +02:00 |
|
|
|
56f056551e
|
Update copyright year.
|
2021-02-24 13:58:47 +01:00 |
|
|
|
e7e92d2321
|
include/libeosio/WIF.hpp: need to include string
|
2021-02-24 13:51:58 +01:00 |
|
|
|
b619ab78d4
|
Adding/Updating comments in public header files.
|
2020-05-19 14:55:57 +02:00 |
|
|
|
aa7f304118
|
Rename .h files to .hpp
|
2020-04-19 11:09:32 +02:00 |
|
|
|
137d5cbe31
|
Initial Commit
|
2020-04-05 13:11:07 +02:00 |
|