fc
fc copied to clipboard
Add missing serialize_ecc_point implementations
fc::ecc::public_key
has a member function public_key_point_data serialize_ecc_point()const;
, but it's not implemented in elliptic_secp256k1.cpp
. This PR adds missing implmentation, and adds serialize_ecc_point to fc::crypto::r1::public_key
as well.
Related to EOSIO/eos#6718