Skip to content

no way to check if an element is backed by an actual implementation #18

@adecaro

Description

@adecaro

Currently, if a function gets, let's say, in input a *math.G1 element. There is no way to check if the element has been properly initialised. Indeed, it is possible that the internal field g1 is nil causing a panic on any function call on that element.

This git issue proposes to introduce a method that checks that the element is properly initialized.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions