[][src]Trait sgx_trts::memeq::ConsttimeMemEq

pub trait ConsttimeMemEq<T: BytewiseEquality + ?Sized = Self> {
    fn consttime_memeq(&self, other: &T) -> bool;

    fn consttime_memne(&self, other: &T) -> bool { ... }
}

Required methods

fn consttime_memeq(&self, other: &T) -> bool

Loading content...

Provided methods

fn consttime_memne(&self, other: &T) -> bool

Loading content...

Implementors

impl<T> ConsttimeMemEq<T> for T where
    T: Eq + BytewiseEquality
[src]

impl<T> ConsttimeMemEq<[T]> for [T] where
    T: Eq + BytewiseEquality
[src]

Loading content...