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 3775f39d34 Add Schnorr Blind Sig verif r1cs constraints impl 2 years ago
.github/workflows Add GHA test checks & clippy 2 years ago
src Add Schnorr Blind Sig verif r1cs constraints impl 2 years ago
.gitignore Add rust-native blind-sig impl 2 years ago
Cargo.toml Signed-msg extend to array of field elems 2 years ago
LICENSE init repo 2 years ago
README.md Add Schnorr Blind Sig verif r1cs constraints impl 2 years ago

README.md

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.