LFDT-Lockness / paillier-zk

Zero-knoledge proofs of some paillier cryptosystem properties for use in CGGMP21
Apache License 2.0
0 stars 1 forks source link

Change interface of NI proofs #29

Open survived opened 1 year ago

survived commented 1 year ago

NI proofs accept shared_state: impl Digest which doesn't actually make sense. We should replace it with shared_state: impl AsRef<[u8]>

maurges commented 1 year ago

I want to make this change with another change: moving to struct-of-refs for every argument, like we do for some proofs already.