Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumNodeJScrypto hashing signingSingle-choice MCQ

What does crypto.timingSafeEqual do when given two buffers of different lengths?

crypto.timingSafeEqual(Buffer.from('abc'), Buffer.from('abcd'));