solana_zk_token_sdk::instruction::transfer

Function try_combine_lo_hi_commitments

Source
pub fn try_combine_lo_hi_commitments(
    comm_lo: &PedersenCommitment,
    comm_hi: &PedersenCommitment,
    bit_length: usize,
) -> Result<PedersenCommitment, InstructionError>