Trait sgx_trts::memeq::ConsttimeMemEq [−][src]
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
Provided Methods
fn consttime_memne(&self, other: &T) -> bool
Implementors
impl<T> ConsttimeMemEq<[T]> for [T] where
T: Eq + BytewiseEquality,impl<T> ConsttimeMemEq<T> for T where
T: Eq + BytewiseEquality,