[][src]Trait paired::bls12_381::ClearH

pub trait ClearH: CurveProjective {
    fn clear_h(&mut self);
}

Trait implementing cofactor clearing for projective coords.

Required methods

fn clear_h(&mut self)

Clear the cofactor in-place

Loading content...

Implementors

impl ClearH for G1[src]

impl ClearH for G2[src]

Loading content...