Skip to content

Commit

Permalink
Update commitment.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
kilavvy authored Feb 27, 2025
1 parent 1a5ff03 commit 388b4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/src/commitment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use crate::Hasher;
/// position.
///
/// This is achieved by providing the value `v_i` together with a proof `proof_i` such that anyone
/// posessing `com` can be convinced, with high confidence, that the claim is true.
/// possessing `com` can be convinced, with high confidence, that the claim is true.
///
/// Vector commitment schemes usually have some batching properties in the sense that opening
/// proofs for a number of `(i, v_i)` can be batched together into one batch opening proof in order
Expand Down

0 comments on commit 388b4f9

Please sign in to comment.