1{
2  "name": "paragonie/constant_time_encoding",
3  "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
4  "keywords": [
5    "base64",
6    "encoding",
7    "rfc4648",
8    "base32",
9    "base16",
10    "hex",
11    "bin2hex",
12    "hex2bin",
13    "base64_encode",
14    "base64_decode",
15    "base32_encode",
16    "base32_decode"
17  ],
18  "license": "MIT",
19  "type": "library",
20  "authors": [
21      {
22        "name":     "Paragon Initiative Enterprises",
23        "email":    "security@paragonie.com",
24        "homepage": "https://paragonie.com",
25        "role":     "Maintainer"
26      },
27      {
28        "name":     "Steve 'Sc00bz' Thomas",
29        "email":    "steve@tobtu.com",
30        "homepage": "https://www.tobtu.com",
31        "role":     "Original Developer"
32      }
33  ],
34  "support": {
35    "issues":   "https://github.com/paragonie/constant_time_encoding/issues",
36    "email":    "info@paragonie.com",
37    "source":   "https://github.com/paragonie/constant_time_encoding"
38  },
39  "require": {
40    "php": "^7|^8"
41  },
42  "require-dev": {
43    "phpunit/phpunit": "^6|^7|^8|^9",
44    "vimeo/psalm": "^1|^2|^3|^4"
45  },
46  "autoload": {
47    "psr-4": {
48      "ParagonIE\\ConstantTime\\": "src/"
49    }
50  }
51}
52