Skip to content

[Zellic] 8 The is_empty methods always return false #12

@manishbista28

Description

@manishbista28

Fq2::is_empty always returns false.
pub fn is_empty(&self) -> bool {
self.0.is_empty()
}
self.0 is [Fq; 2] , which is always not empty.

The methods Fq2::is_empty, Fq6::is_empty, and Fq12::is_empty always return false:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions