It would be nice to have function to duplicate hash context state. I.e. `xdig_[ALGO]_ctx_dup()`. It will be usefull to pre-cook state and then duplicate it. It also useful to restore hash state.
It would be nice to have function to duplicate hash context state. I.e.
xdig_[ALGO]_ctx_dup().It will be usefull to pre-cook state and then duplicate it. It also useful to restore hash state.