1
0
Fork 0
mirror of https://github.com/eosswedenorg/libantelope synced 2026-06-19 04:50:03 +02:00

include/libeosio/ec.hpp: adding ec_generate_privkey() and ec_get_publickey()

This commit is contained in:
Henrik Hautakoski 2023-03-19 21:44:41 +01:00
parent 4b8c1c7733
commit 171876bbfa
4 changed files with 214 additions and 0 deletions

View file

@ -2,6 +2,9 @@
set(TEST_SRC
main.cpp
# ec
ec/pubkey.cpp
# Base58
base58/encode.cpp
base58/decode.cpp