Skip to content

zudo/ring-signature

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Languages