commit_with_blinding

Function commit_with_blinding 

Source
pub fn commit_with_blinding(
    value: u64,
    blinding: &PedersenOpening,
) -> PedersenCommitment
Expand description

Commit to a value with a specific blinding factor.

§Arguments

  • value - The value to commit to
  • blinding - The blinding factor

§Returns

The Pedersen commitment.