Trait sgx_types::memeq::ConstTimeEq
source · [−]pub trait ConstTimeEq<T: BytewiseEquality + ?Sized = Self> {
fn ct_eq(&self, other: &T) -> bool;
fn ct_ne(&self, other: &T) -> bool { ... }
}
pub trait ConstTimeEq<T: BytewiseEquality + ?Sized = Self> {
fn ct_eq(&self, other: &T) -> bool;
fn ct_ne(&self, other: &T) -> bool { ... }
}