1
0
Fork 0
mirror of https://github.com/eosswedenorg/libantelope synced 2026-06-21 02:08:18 +02:00

include/libeosio/WIF.hpp: Adding wif_pub_decode function

This commit is contained in:
Henrik Hautakoski 2023-03-10 13:46:20 +01:00
parent 65f93f061c
commit c990bae52e
4 changed files with 61 additions and 0 deletions

View file

@ -11,6 +11,7 @@ set(TEST_SRC
WIF/priv_encode.cpp
WIF/priv_decode.cpp
WIF/pub_encode.cpp
WIF/pub_decode.cpp
)
add_executable(doctest ${TEST_SRC})