You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems better to a) use that function if it's available and/or b) note in the README that people don't need to load a third party library to do that anymore.
Node.js has a
timingSafeEqualfunction built in as of version 6.6.0: https://nodejs.org/api/crypto.html#crypto_crypto_timingsafeequal_a_bIt seems better to a) use that function if it's available and/or b) note in the README that people don't need to load a third party library to do that anymore.