Last change
on this file since e3d4e0a was e3d4e0a, checked in by Vlado 222039 <vlado.popovski@…>, 7 days ago |
Upload project files
|
-
Property mode
set to
100644
|
File size:
1.3 KB
|
Line | |
---|
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": "^8"
|
---|
41 | },
|
---|
42 | "require-dev": {
|
---|
43 | "phpunit/phpunit": "^9",
|
---|
44 | "vimeo/psalm": "^4|^5"
|
---|
45 | },
|
---|
46 | "autoload": {
|
---|
47 | "psr-4": {
|
---|
48 | "ParagonIE\\ConstantTime\\": "src/"
|
---|
49 | }
|
---|
50 | },
|
---|
51 | "autoload-dev": {
|
---|
52 | "psr-4": {
|
---|
53 | "ParagonIE\\ConstantTime\\Tests\\": "tests/"
|
---|
54 | }
|
---|
55 | }
|
---|
56 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.