Commit e4f0818
authored
Add fast-paseto to examples (#5715)
## Add fast-paseto to ecosystem examples
Fast-Paseto is a high-performance PASETO (Platform-Agnostic Security Tokens) implementation built with PyO3.
- **GitHub**: https://github.com/CodingCogs-OSS/Fast-Paseto
- **PyPI**: https://pypi.org/project/fast-paseto/
- **Category**: Cryptography/Security
The library provides Python bindings for secure token operations, leveraging Rust's performance and memory safety for all cryptographic operations (XChaCha20-Poly1305, Ed25519).1 parent 5e6ea3a commit e4f0818
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| 202 | + | |
202 | 203 | | |
203 | 204 | | |
204 | 205 | | |
| |||
0 commit comments