-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IF: Implement string serialization for bls_* types #1532
Labels
Comments
Make sure checksum is included as part of the encoding. Also this relates to AntelopeIO/cdt#210. Both CDT and Leap will need the encoding/decoding implementations. |
Closed
Implementation for encoding/decoding BLS public keys can be shared with AntelopeIO/cdt#215. |
This was referenced Aug 24, 2023
Completed by #1538 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Need base58 encode/decode to/from string for:
bls_public_key
,bls_private_key
,bls_signature
.The text was updated successfully, but these errors were encountered: