No description
Find a file
2023-01-04 11:59:31 +01:00
.github/workflows Add GHA test checks & clippy 2022-10-19 21:52:58 +02:00
src Adapt schnorr_blind/constraints.rs to new BlindSigVerfyGadget R1CS 2023-01-04 11:59:31 +01:00
.gitignore Add rust-native blind-sig impl 2022-10-07 13:24:40 +02:00
Cargo.toml Signed-msg extend to array of field elems 2022-11-04 15:52:57 +01:00
LICENSE init repo 2022-10-05 20:37:03 +02:00
README.md Add Schnorr Blind Sig verif r1cs constraints impl 2022-11-22 11:41:16 +01:00

ark-ec-blind-signatures Test Clippy

Warning: experimental code, do not use in production.

Blind signature over elliptic curve implementation (native & r1cs constraints) using arkworks.

Schemes implemented:

Target: Groth16 over Bn254 (for Ethereum), ed-on-bn254 (BabyJubJub) for the signatures.