arnaucube f6bf43c41b Add native impl of Schnorr Blind Signatures
Add native implementation of Schnorr blind signatures and non-blind
Schnorr signatures:
https://eprint.iacr.org/2019/877
2022-11-22 11:09:34 +01:00
2022-10-07 13:24:40 +02:00
2022-10-05 20:37:03 +02:00

ark-ec-blind-signatures Test Clippy

Blind signatures over elliptic curve implementation (native & r1cs constraints) 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), ed-on-bn254 (BabyJubJub) for the signatures.

Description
No description provided
Readme GPL-3.0 87 KiB
Languages
Rust 100%