From e194caccca1178812e45f9bfbe86dd594deb4f5c Mon Sep 17 00:00:00 2001 From: Soroush Moosapour Date: Fri, 26 Dec 2025 18:39:20 +0330 Subject: [PATCH] Add fast-paseto to examples ## 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). --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 067887a512e..08d41e629d6 100644 --- a/README.md +++ b/README.md @@ -199,6 +199,7 @@ about this topic. - [deltalake-python](https://github.com/delta-io/delta-rs/tree/main/python) _Native Delta Lake Python binding based on delta-rs with Pandas integration._ - [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!_ - [fastuuid](https://github.com/thedrow/fastuuid/) _Python bindings to Rust's UUID library._ +- [fast-paseto](https://github.com/CodingCogs-OSS/Fast-Paseto) _High-performance PASETO (Platform-Agnostic Security Tokens) implementation with Python bindings._ - [feos](https://github.com/feos-org/feos) _Lightning fast thermodynamic modeling in Rust with fully developed Python interface._ - [finalytics](https://github.com/Nnamdi-sys/finalytics) _Investment Analysis library in Rust | Python._ - [forust](https://github.com/jinlow/forust) _A lightweight gradient boosted decision tree library written in Rust._