[][src]Function keynesis::memsec::memeq

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

compare the equality of the 2 given arrays, constant in time

Safety

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