[][src]Function keynesis::memsec::memcmp

pub unsafe fn memcmp(v1: *const u8, v2: *const u8, len: usize) -> Ordering

Constant time comparison

Safety

Expecting to have both valid pointer and the count to fit in both the allocated memories