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 7c20d7c4f4 Add bLSAG signature verification 2 years ago
.github/workflows Add GHA 2 years ago
src Add bLSAG signature verification 2 years 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.