[][src]Trait zkp_u256::SquareFullInline

pub trait SquareFullInline: Sized {
    pub fn square_full_inline(&self) -> (Self, Self);

    pub fn square_full_assign_inline(&mut self) -> Self { ... }
pub fn square_full(&self) -> (Self, Self) { ... }
pub fn square_full_assign(&mut self) -> Self { ... } }

Required methods

pub fn square_full_inline(&self) -> (Self, Self)[src]

Note. Implementers must add the #[inline(always)] attribute

Loading content...

Provided methods

pub fn square_full_assign_inline(&mut self) -> Self[src]

pub fn square_full(&self) -> (Self, Self)[src]

pub fn square_full_assign(&mut self) -> Self[src]

Loading content...

Implementors

impl SquareFullInline for U256[src]

Loading content...