pub fn perform_operation(
    operation: OperationType,
    input: &[u8]
) -> Result<Vec<u8>, ApiError>