(a, b)
| 1448 | })(); |
| 1449 | |
| 1450 | function timingSafeEquals(a, b) { |
| 1451 | if (a.length !== b.length) { |
| 1452 | timingSafeEqual(a, a); |
| 1453 | return false; |
| 1454 | } |
| 1455 | return timingSafeEqual(a, b); |
| 1456 | } |
| 1457 | |
| 1458 | function createCipher(config) { |
| 1459 | if (typeof config !== 'object' || config === null) |
no outgoing calls
no test coverage detected
searching dependent graphs…