You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
arnaucube a790679b72 Add err handling on sign 1 year ago
.github/workflows Add clippy 2 years ago
src Add err handling on sign 1 year ago
.gitignore Add bLSAG signature generation 2 years ago
Cargo.toml Add bLSAG signature generation 2 years ago
LICENSE Add bLSAG signature verification 2 years ago
README.md Add bLSAG signature verification 2 years ago

README.md

ring-signatures-rs Test

bLSAG (Back’s Linkable Spontaneous Anonymous Group signatures) implementation done to get familiar with arkworks & bLSAG.

A Sage implementation can be found at github.com/arnaucube/math/ring-signatures.sage.

Warning: do not use this code in production.