Skip to content

Commit 7dd1455

Browse files
author
Ravindu Wijegunawardhana
committed
add fi-digital-signatures lib into rust libraries
1 parent 88829bf commit 7dd1455

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

views/website/libraries/13-Rust.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,40 @@
3535
"repoUrl": "https://github.com/GildedHonour/rust-jwt",
3636
"installCommandHtml": "cargo: name = \"frank_jwt\" version = \"*\""
3737
},
38+
{
39+
"minimumVersion": null,
40+
"support": {
41+
"sign": true,
42+
"verify": true,
43+
"iss": false,
44+
"sub": false,
45+
"aud": false,
46+
"exp": true,
47+
"nbf": false,
48+
"iat": false,
49+
"jti": false,
50+
"typ": false,
51+
"hs256": true,
52+
"hs384": true,
53+
"hs512": true,
54+
"rs256": true,
55+
"rs384": true,
56+
"rs512": true,
57+
"es256": true,
58+
"es384": true,
59+
"es512": true,
60+
"es256k": true,
61+
"eddsa": true,
62+
"ps256": true,
63+
"ps384": true,
64+
"ps512": true
65+
},
66+
"authorUrl": "https://github.com/Fidenz",
67+
"authorName": "Fidenz",
68+
"gitHubRepoPath": "Fidenz/fi_digital_signatures",
69+
"repoUrl": "https://github.com/Fidenz/fi_digital_signatures",
70+
"installCommandHtml": "cargo: name = \"fi-digital-signatures\" version = \"*\""
71+
},
3872
{
3973
"minimumVersion": null,
4074
"support": {

0 commit comments

Comments
 (0)