Commit Graph

12 Commits

Author SHA1 Message Date
60ba3f986f Parametrize signed-msg length (for Poseidon input)
Now message to be signed is an array of field elements that can have the
length defined by the lib instantiation.
2022-11-04 16:17:32 +01:00
91762eeccc Signed-msg extend to array of field elems 2022-11-04 15:52:57 +01:00
e53e5e95a4 Impl blind sigs batch verifiction r1cs constraints 2022-10-20 11:25:17 +02:00
945c414283 Add GHA test checks & clippy 2022-10-19 21:52:58 +02:00
80d97d69b5 Add BlindSigVerifyCircuit w generate_constraints & CS test 2022-10-19 21:26:26 +02:00
af5a16cded constraints to work with BasePrimeField & verify constraints test done 2022-10-19 19:57:47 +02:00
c6af5a5e61 Update native lib over BasePrimeField 2022-10-19 19:42:31 +02:00
2b847bf891 Add BlindSigVerifyGadget::verify impl (r1cs constraints) 2022-10-11 19:29:33 +02:00
a6c5eae02d Add r1cs constraints types & helpers 2022-10-11 15:36:32 +02:00
c7c37cc128 Abstract types to use arkworks generics 2022-10-10 12:20:25 +02:00
13319d8483 Add rust-native blind-sig impl 2022-10-07 13:24:40 +02:00
ca939bb274 init repo 2022-10-05 20:37:03 +02:00