Skip to content

Commit

Permalink
fixed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
olegfomenko committed Mar 22, 2024
1 parent 0ec312d commit 28eab6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/range_proof/reciprocal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ impl From<&Proof> for SerializableProof {
}
}

/// Represents public reciprocal range proof information. Using this information and challenge both
/// prover and verifier can derive the arithmetic circuit.
/// Represents public reciprocal range proof protocol information. Using this information and challenge
/// both prover and verifier can derive the arithmetic circuit.
#[derive(Clone, Debug)]
pub struct ReciprocalRangeProofProtocol {
/// Count of private proles (size of committed value). Equals to: `dim_nm`. Also, `dim_nv = 1 + dim_nd`.
Expand Down

0 comments on commit 28eab6c

Please sign in to comment.