Skip to content

DKG share index uses uint32, but the tbls scheme uses 16bit #46

@CluEleSsUK

Description

@CluEleSsUK

Here in the tBLS signing (which is used for partial signatures) the index is a 16bit int:

if len(signature) != s.sigGroup.PointLen()+2 {

Throughout the DKG, a uint32 is used:

type DistKeyShare struct {

I haven't actually seen this break anything, but maybe it's a limit for large DKGs!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions