Skip to content

Commit

Permalink
Add back cA due to signing with r - cx
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed Oct 12, 2024
1 parent 156986c commit f772e35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions payment-proofs/src/out_proof.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ impl OutProof {
if c ==
Self::challenge(
address,
s_commitment_generator - (c * key),
s_commitment_view_key - (c * ecdh),
s_commitment_generator + (c * key),
s_commitment_view_key + (c * ecdh),
key,
ecdh,
message,
Expand Down

0 comments on commit f772e35

Please sign in to comment.