spl_token_confidential_transfer_proof_generation

Function try_combine_lo_hi_ciphertexts

Source
pub fn try_combine_lo_hi_ciphertexts(
    ciphertext_lo: &ElGamalCiphertext,
    ciphertext_hi: &ElGamalCiphertext,
    bit_length: usize,
) -> Option<ElGamalCiphertext>