Function phoenix_core::value_commitment

source ยท
pub fn value_commitment(
    value: u64,
    blinding_factor: JubJubScalar,
) -> JubJubAffine
Expand description

Use the pedersen commitment scheme to compute a value commitment using a blinding-factor.