UNPKG

timing-safe-equal

Version:

timing safe equals, but for the browser

10 lines (7 loc) 191 B
'use strict' var crypto = require('crypto') if (typeof crypto.timingSafeEqual === 'function') { module.exports = crypto.timingSafeEqual } else { module.exports = require('./browser') }