The current implementation of `operation_state_t` only keeps one state. If it is used in different kind of operations, the previous state will be cleaned such that the workspace is not reusable in next time.
The current implementation of
operation_state_tonly keeps one state.If it is used in different kind of operations, the previous state will be cleaned such that the workspace is not reusable in next time.