memeq

Function memeq 

Source
pub unsafe fn memeq(b1: *const u8, b2: *const u8, len: usize) -> bool
Expand description

Secure memeq.

ยงSafety

b1 and b2 have to point to a memory section of at least len bytes