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: Switch encoding for BLS keys and signatures to base64 #1584

Closed
Tracked by #1508
arhag opened this issue Aug 31, 2023 · 1 comment · Fixed by #1587
Closed
Tracked by #1508

IF: Switch encoding for BLS keys and signatures to base64 #1584

arhag opened this issue Aug 31, 2023 · 1 comment · Fixed by #1587
Assignees

Comments

@arhag
Copy link
Member

arhag commented Aug 31, 2023

#1532 implemented the text encoding for the keys and signatures with base58 (following the bad precedent we have established for the other key types). On further thought, we think it is best to switch to a base64 encoding to simplify the implementation for the encoder/decoder that needs to compile to WebAssembly.

@heifner
Copy link
Member

heifner commented Aug 31, 2023

Completed by #1587

@heifner heifner closed this as completed Aug 31, 2023
@arhag arhag removed this from the Leap v5.0.0-rc1 milestone Sep 19, 2023
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