Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

G2PointImpl

Fully qualified path: garaga::ec::ec_ops_g2::G2PointImpl

pub impl G2PointImpl of G2PointTrait;

Impl functions

assert_on_curve_excluding_infinity

Fully qualified path: garaga::ec::ec_ops_g2::G2PointImpl::assert_on_curve_excluding_infinity

fn assert_on_curve_excluding_infinity(self: @G2Point, curve_index: u32)

is_on_curve_excluding_infinity

Fully qualified path: garaga::ec::ec_ops_g2::G2PointImpl::is_on_curve_excluding_infinity

fn is_on_curve_excluding_infinity(self: @G2Point, curve_index: u32) -> bool

is_infinity

Fully qualified path: garaga::ec::ec_ops_g2::G2PointImpl::is_infinity

fn is_infinity(self: @G2Point) -> bool

negate

Fully qualified path: garaga::ec::ec_ops_g2::G2PointImpl::negate

fn negate(self: @G2Point, curve_index: u32) -> G2Point

assert_in_subgroup_excluding_infinity

Fully qualified path: garaga::ec::ec_ops_g2::G2PointImpl::assert_in_subgroup_excluding_infinity

fn assert_in_subgroup_excluding_infinity(self: @G2Point, curve_index: u32)