a7853z

Results 2 issues of a7853z

Hi, devs. is schnorr proof missing in ecdsa's keygen? Didn't see schnorr proof in ecdsa-keygen.proto file.

ZKP verifier's challenge's calculation should include all public information. Thereby, `statement.X_` should be included to calculate `e`. However, it is missing in the code. https://github.com/Safeheron/crypto-zkp-cpp/blob/f8cb86b6e1abb3fdc3df3cd26a30567755c85c7b/src/crypto-zkp/pail/pail_aff_group_ele_range_proof_v1.cpp#L71C1-L92C6 On the other hand, in...