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.

7 lines
599 B

2 years ago
2 years ago
  1. # ring-signatures-rs [![Test](https://github.com/arnaucube/ring-signatures-rs/workflows/Test/badge.svg)](https://github.com/arnaucube/ring-signatures-rs/actions?query=workflow%3ATest)
  2. bLSAG (Back’s Linkable Spontaneous Anonymous Group signatures) implementation done to get familiar with [arkworks](https://arkworks.rs) & [bLSAG](https://web.getmonero.org/library/Zero-to-Monero-2-0-0.pdf).
  3. A Sage implementation can be found at [github.com/arnaucube/math/ring-signatures.sage](https://github.com/arnaucube/math/blob/master/ring-signatures.sage).
  4. > Warning: do not use this code in production.