We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here in the tBLS signing (which is used for partial signatures) the index is a 16bit int:
kyber/sign/tbls/tbls.go
Line 90 in f864ea9
Throughout the DKG, a uint32 is used:
kyber/share/dkg/structs.go
Line 65 in f864ea9
I haven't actually seen this break anything, but maybe it's a limit for large DKGs!
The text was updated successfully, but these errors were encountered:
It's possibe the indexes are distinct and I've also misunderstood though - open to education (maybe the 16bit one is just for coefficients?)
Sorry, something went wrong.
No branches or pull requests
Here in the tBLS signing (which is used for partial signatures) the index is a 16bit int:
kyber/sign/tbls/tbls.go
Line 90 in f864ea9
Throughout the DKG, a uint32 is used:
kyber/share/dkg/structs.go
Line 65 in f864ea9
I haven't actually seen this break anything, but maybe it's a limit for large DKGs!
The text was updated successfully, but these errors were encountered: