[][src]Trait gridiron::digits::constant_time_primitives::ConstantSignedPrimitives

pub trait ConstantSignedPrimitives {
    fn not(self) -> Self;
fn mux(self, x: Self, y: Self) -> Self;
fn const_eq0(self) -> Self;
fn const_gt0(self) -> Self;
fn const_ge0(self) -> Self;
fn const_lt0(self) -> Self;
fn const_le0(self) -> Self;
fn const_eq(self, y: Self) -> Self;
fn const_neq(self, y: Self) -> Self;
fn const_gt(self, y: Self) -> Self;
fn const_ge(self, y: Self) -> Self;
fn const_lt(self, y: Self) -> Self;
fn const_le(self, y: Self) -> Self; }

Required methods

fn not(self) -> Self

fn mux(self, x: Self, y: Self) -> Self

fn const_eq0(self) -> Self

fn const_gt0(self) -> Self

fn const_ge0(self) -> Self

fn const_lt0(self) -> Self

fn const_le0(self) -> Self

fn const_eq(self, y: Self) -> Self

fn const_neq(self, y: Self) -> Self

fn const_gt(self, y: Self) -> Self

fn const_ge(self, y: Self) -> Self

fn const_lt(self, y: Self) -> Self

fn const_le(self, y: Self) -> Self

Loading content...

Implementations on Foreign Types

impl ConstantSignedPrimitives for i64
[src]

Loading content...

Implementors

Loading content...