Skip to content

Realization of Sigma protocol #1088

Answered by jedisct1
Davidyzy asked this question in Q&A
Discussion options

You must be logged in to vote

However, I cannot get the equation that (g^e)^w=g^(e*w)

crypto_scalarmult_ed25519_base_noclamp(ge, e);    // g^e
crypto_core_ed25519_scalar_mul(ew, e, w);         // ew
crypto_scalarmult_ed25519_base_noclamp(g_ew, ew); // g^ew
crypto_scalarmult_ed25519_noclamp(ge_w, w, ge);   // ge^w

g_ewge_w

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jedisct1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1087 on July 05, 2021 09:17.