pub fn get_secret_nonce_from_pvt_key(
    pvt_key: &Scalar,
    commitment: &CompressedRistretto
) -> Scalar
Expand description

Calculate a secret nonce from a private key and the value commitment.