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

Increase maximum message size #7

Open
kpcyrd opened this issue Jan 15, 2018 · 0 comments
Open

Increase maximum message size #7

kpcyrd opened this issue Jan 15, 2018 · 0 comments

Comments

@kpcyrd
Copy link
Owner

kpcyrd commented Jan 15, 2018

The original prototype had a hard limit for the block size by limiting the len field to an u16. This caps the number of bytes that can be signed at once to 65535. This might become the next bottleneck after #5 is resolved. If the throughput is good enough™ I would keep the limit as is.

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

No branches or pull requests

1 participant