Skip to content

Commit e4f0818

Browse files
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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ about this topic.
199199
- [deltalake-python](https://github.com/delta-io/delta-rs/tree/main/python) _Native Delta Lake Python binding based on delta-rs with Pandas integration._
200200
- [fastbloom](https://github.com/yankun1992/fastbloom) _A fast [bloom filter](https://github.com/yankun1992/fastbloom#BloomFilter) | [counting bloom filter](https://github.com/yankun1992/fastbloom#countingbloomfilter) implemented by Rust for Rust and Python!_
201201
- [fastuuid](https://github.com/thedrow/fastuuid/) _Python bindings to Rust's UUID library._
202+
- [fast-paseto](https://github.com/CodingCogs-OSS/Fast-Paseto) _High-performance PASETO (Platform-Agnostic Security Tokens) implementation with Python bindings._
202203
- [feos](https://github.com/feos-org/feos) _Lightning fast thermodynamic modeling in Rust with fully developed Python interface._
203204
- [finalytics](https://github.com/Nnamdi-sys/finalytics) _Investment Analysis library in Rust | Python._
204205
- [forust](https://github.com/jinlow/forust) _A lightweight gradient boosted decision tree library written in Rust._

0 commit comments

Comments
 (0)