pub fn get_leaf_with_private_raw(
    curve: Curve,
    width: usize,
    exponentiation: i8,
    raw: &[u8]
) -> Result<(Vec<u8>, Vec<u8>), OperationError>