zkdocs icon indicating copy to clipboard operation
zkdocs copied to clipboard

fix: add a missing variable

Open yuxqiu opened this issue 5 months ago • 1 comments

In the bad example, $h$ seems to be missing from the final message sent to the verifier. Without it, the verifier does not have access to $h$. So, I added $h$ to the final message.

Also, I found and fixed a dead link in README.md.

yuxqiu avatar Sep 11 '24 13:09 yuxqiu