fc icon indicating copy to clipboard operation
fc copied to clipboard

Add missing serialize_ecc_point implementations

Open conr2d opened this issue 3 years ago • 0 comments

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

conr2d avatar Oct 18 '21 10:10 conr2d