brunollopes / zkpprotocolkafka

MIT License
1 stars 1 forks source link

Questions about the protocol #2

Open ghcavani opened 1 year ago

ghcavani commented 1 year ago

Hello, excuse me! First of all, I have successfully run the project according to your instructions, but there are still some questions I would like to ask you for advice. The question is as follows. Did you design the protocol yourself? Or is the protocol from a reference paper? I read your code comments, but I didn't understand them. For example, Q is not a prime number. In step 3, why mod Q? I want to learn more about this protocol. Can you help me? Thank you very much.

brunollopes commented 1 year ago

Hi @ghcavani

The ZKP protocol is described in the book "Cryptography: An Introduction (3rd Edition) Nigel Smart" page 377 section "3. Sigma Protocols"

Hope it helps to better understand it.

Best regards

ghcavani commented 1 year ago

Hi @ghcavani

The ZKP protocol is described in the book "Cryptography: An Introduction (3rd Edition) Nigel Smart" page 377 section "3. Sigma Protocols"

Hope it helps to better understand it.

Best regards

Hello @brunollopes

I found the description of this protocol following your instructions. This problem has been resolved. Later, I'll read the code according to the protocol. I might bother you if I have a problem. Thank you very much.

Best regards

brunollopes commented 1 year ago

Feel free to contribute to improve this solution. Best regards