https://github.com/rozbb/fujisaki-ringsig
Fujisaki-Suzuki Ring Signatures in Rust
https://github.com/rozbb/fujisaki-ringsig
Last synced: 11 months ago
JSON representation
Fujisaki-Suzuki Ring Signatures in Rust
- Host: GitHub
- URL: https://github.com/rozbb/fujisaki-ringsig
- Owner: rozbb
- License: other
- Created: 2017-06-26T19:12:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-02-22T23:10:46.000Z (over 5 years ago)
- Last Synced: 2025-04-09T21:59:53.245Z (about 1 year ago)
- Language: Rust
- Size: 29.3 KB
- Stars: 20
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# fujisaki-ringsig
[](https://crates.io/crates/fujisaki_ringsig)
[](https://docs.rs/fujisaki_ringsig)
[](https://github.com/rozbb/fujisaki-ringsig/actions)
This is an implementation of the [Traceable Ring Signature algorithm by Eiichiro Fujisaki and Koutarou Suzuki](https://eprint.iacr.org/2006/389.pdf). This crate uses the `curve25519-dalek` library. In particular, it uses the `ristretto` module for its elligator implementation.
## License
Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE))
* MIT license ([LICENSE-MIT](LICENSE-MIT))
at your choice.
## Warning
This crate should not be used in any serious contexts. It is not secure.