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

Provided Methods

Implementors