dagurval / fujisaki-ringsig

Fujisaki-Suzuki Ring Signatures in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fujisaki-ringsig

Version Docs Build Status

This is an implementation of the Traceable Ring Signature algorithm by Eiichiro Fujisaki and Koutarou Suzuki. This crate uses the curve25519-dalek library. In particular, it uses the ristretto module for its elligator implementation.

License

Licensed under either of

at your choice.

Warning

This crate should not be used in any serious contexts. It is not secure.

C-bindings

To generate C-bindings, run ./generate-c-header.sh. See examples of C bindings in example folder.

To build examples written in C

cd examples
mkdir build
cd build
cmake -GNinja ..
ninja

About

Fujisaki-Suzuki Ring Signatures in Rust

License:Other


Languages

Language:Rust 99.0%Language:Shell 1.0%