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 13319d8483 Add rust-native blind-sig impl 2 years ago
src Add rust-native blind-sig impl 2 years ago
.gitignore Add rust-native blind-sig impl 2 years ago
Cargo.toml Add rust-native blind-sig impl 2 years ago
LICENSE init repo 2 years ago
README.md Add rust-native blind-sig impl 2 years ago

README.md

ark-ec-blind-signatures

Blind signatures over elliptic curve implementation (native & r1cs gadgets) using arkworks.

Blind signature over elliptic curves, based on "New Blind Signature Schemes Based on the (Elliptic Curve) Discrete Logarithm Problem" paper by Hamid Mala & Nafiseh Nezhadansari.

Warning: experimental code, do not use in production.

Target: Groth16 over Bn254 (for Ethereum), so the curve used for the blind signatures is ed-on-bn254 (BabyJubJub).