Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 596 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 596 Bytes

Ring signature

Rust dependency status

Ring signatures using the ristretto group on curve25519.

SAG bLSAG MLSAG CLSAG

Usage

Add the following line to your Cargo.toml.

ring-signature = { git = "https://github.com/zudo/ring-signature" }

View examples on how to use the library.