bug of the day: a memcmp that only compares every fourth byte
@gsuberland is it doing what i think it's doing?
@dysfun it's a constant time implementation if that helps

@dysfun @gsuberland

Hmm… is the issue casting 64-bit memory to an 8-bit char?

@marzhall @dysfun 32-bit, but yes