No description
Find a file
2022-07-10 15:42:47 +02:00
.github/workflows Add clippy 2022-04-09 18:13:04 +02:00
src Add err handling on sign 2022-07-10 15:42:47 +02:00
.gitignore Add bLSAG signature generation 2022-04-09 17:23:59 +02:00
Cargo.toml Add bLSAG signature generation 2022-04-09 17:23:59 +02:00
LICENSE Add bLSAG signature verification 2022-04-09 17:44:21 +02:00
README.md Add bLSAG signature verification 2022-04-09 17:44:21 +02:00

ring-signatures-rs Test

bLSAG (Backs 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.