fn recipient_public_key_nth_point(
    slice: &[u8],
    ith: usize
) -> Result<GroupElement, DecryptionError>