Skip to content

Commit 068323c

Browse files
committed
Add rhonabwy library
1 parent b74d2cd commit 068323c

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

views/website/libraries/20-C.json

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,38 @@
126126
"gitHubRepoPath": "TomzBench/jsmn-web-tokens",
127127
"repoUrl": "https://github.com/TomzBench/jsmn-web-tokens",
128128
"installCommandHtml": "git clone <a href=\"https://github.com/TomzBench/jsmn-web-tokens\">https://github.com/TomzBench/jsmn-web-tokens.git</a> && cd jsmn-web-tokens && cmake . && cmake --build . --target install"
129+
},
130+
{
131+
"minimumVersion": null,
132+
"support": {
133+
"sign": true,
134+
"verify": true,
135+
"iss": false,
136+
"sub": false,
137+
"aud": false,
138+
"exp": false,
139+
"nbf": false,
140+
"iat": false,
141+
"jti": false,
142+
"hs256": true,
143+
"hs384": true,
144+
"hs512": true,
145+
"rs256": true,
146+
"rs384": true,
147+
"rs512": true,
148+
"es256": true,
149+
"es384": true,
150+
"es512": true,
151+
"ps256": true,
152+
"ps384": true,
153+
"ps512": true,
154+
"EdDSA": true
155+
},
156+
"authorUrl": "https://babelouest.github.io/",
157+
"authorName": "babelouest",
158+
"gitHubRepoPath": "babelouest/rhonabwy",
159+
"repoUrl": "https://github.com/babelouest/rhonabwy",
160+
"installCommandHtml": "git clone <a href=\"https://github.com/babelouest/rhonabwy\">https://github.com/babelouest/rhonabwy.git</a> && mkdir build cd build && cmake .. && cmake --build . --target install"
129161
}
130162
]
131-
}
163+
}

0 commit comments

Comments
 (0)