We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf1ba4e commit 08cc45cCopy full SHA for 08cc45c
1 file changed
README.md
@@ -100,21 +100,6 @@ Effort is made to make toke as compatible as possible with [PyJWT](https://githu
100
101
## Crypto
102
103
-The crypto backend used by webtoken is [aws-lc-rs](https://github.com/aws/aws-lc-rs).
104
-
105
106
-### Supported algorithms
107
108
-PyJWT compat -
109
-- HS256
110
-- HS384
111
-- HS512
112
-- RS256
113
-- RS384
114
-- RS512
115
-- ES512
116
117
-As well as -
118
-- ES256K
119
-- ML-DSA-65
+The crypto backend is mostly based on [aws-lc-rs](https://github.com/aws/aws-lc-rs).
120
+XChaCha20 support, for PASETO v4 and JWE, comes via [Graviola](https://github.com/ctz/graviola).
0 commit comments