Skip to content
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

Closed
Tracked by #1508
heifner opened this issue Aug 18, 2023 · 3 comments · Fixed by #1538
Closed
Tracked by #1508

IF: Implement string serialization for bls_* types #1532

heifner opened this issue Aug 18, 2023 · 3 comments · Fixed by #1538
Assignees

Comments

@heifner
Copy link
Member

heifner commented Aug 18, 2023

Need base58 encode/decode to/from string for: bls_public_key, bls_private_key, bls_signature.

@arhag
Copy link
Member

arhag commented Aug 18, 2023

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.

@arhag
Copy link
Member

arhag commented Aug 24, 2023

Implementation for encoding/decoding BLS public keys can be shared with AntelopeIO/cdt#215.

@heifner
Copy link
Member Author

heifner commented Aug 29, 2023

Completed by #1538

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

4 participants