← Work

Rust

RSA Ring Signature Library

CodeMongerrr/Ring_Signature_Implementation

A Rust library for anonymous authentication: a signer proves membership of a group without revealing which member they are. 2048-bit keys through a full sign and verify pipeline.

A ring signature builds a closed chain of encrypted values across every public key in the group. Only the real signer can close the ring, because only they hold a private key, but a verifier can check the ring is closed without learning which link was the one solved rather than guessed.

RustCryptographyRSA-2048

View source on GitHub →

← All work