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

Address format #122

Open
3 tasks
aguycalled opened this issue May 21, 2023 · 1 comment
Open
3 tasks

Address format #122

aguycalled opened this issue May 21, 2023 · 1 comment
Assignees

Comments

@aguycalled
Copy link
Collaborator

BLSCT addresses encode two BLS public keys. Each serialised public key takes 48 bytes.

Both base58check and bech32 encoding formats have issues encoding larger amounts of data, as the checksum is limited in its efficacy. The bech32 design explicitly limits the encoding and decoding to 41 bytes.

Therefor we will need to use our own modified version for the BLSCT addresses.

Tasks:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants