Skip to content

Group Order() function signature oddity #214

@chris-wood

Description

@chris-wood

@bwesterb points out that this prototype is somewhat strange:

type Group interface {
...
	Order() Scalar
...
}

Since Scalars are integers between 0 and q-1, the output of this function should be zero! Perhaps this just needs to be a big.Int, instead?

@armfazh, what do you think?

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions