Skip to content

Commit 08cc45c

Browse files
authored
Update README.md
1 parent cf1ba4e commit 08cc45c

1 file changed

Lines changed: 2 additions & 17 deletions

File tree

README.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -100,21 +100,6 @@ Effort is made to make toke as compatible as possible with [PyJWT](https://githu
100100

101101
## Crypto
102102

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
103+
The crypto backend is mostly based on [aws-lc-rs](https://github.com/aws/aws-lc-rs).
120104

105+
XChaCha20 support, for PASETO v4 and JWE, comes via [Graviola](https://github.com/ctz/graviola).

0 commit comments

Comments
 (0)