eth-stealth-gas-tickets
rust library implementing blind RSA signatures for gas tickets on ethereum to enable private gas sponsorship.
private gas sponsorship is a tool that supports robust and user-friendly stealth addresses on ethereum. see related eth-stealth-addresses lib here
let's make privacy on evm chains a reality!
NOT AUDITED - HOMEROLLED CRYPTO - USE AT YOUR OWN RISK
Usage
Add this library to your rust project with:
cargo add eth-stealth-gas-tickets
Use it:
use CoordinatorPubKey;
use Rng;
cli is forthcoming!
Test
cargo test
to test the core functionality of library