PHP 7.4.33
Preview: index.js Size: 206 B
/var/www/coop-podio-sms.bitkit.dk/httpdocs/node_modules/buffer-xor/index.js
module.exports = function xor (a, b) {
  var length = Math.min(a.length, b.length)
  var buffer = new Buffer(length)

  for (var i = 0; i < length; ++i) {
    buffer[i] = a[i] ^ b[i]
  }

  return buffer
}

Directory Contents

Dirs: 1 × Files: 8
Name Size Perms Modified Actions
test DIR
- drwxr-xr-x 2024-05-28 16:34:50
Edit Download
13 B lrw-r--r-- 2015-09-25 05:11:06
Edit Download
165 B lrw-r--r-- 2015-09-25 05:11:06
Edit Download
206 B lrw-r--r-- 2015-09-25 05:11:06
Edit Download
38 B lrw-r--r-- 2015-09-25 07:13:59
Edit Download
186 B lrw-r--r-- 2015-09-25 07:13:12
Edit Download
1.06 KB lrw-r--r-- 2015-09-25 05:11:06
Edit Download
1.61 KB lrw-r--r-- 2024-05-28 16:34:58
Edit Download
1014 B lrw-r--r-- 2015-09-25 07:13:39
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).