RE: [EXT] [PATCH v2 0/4] Replace obsolote test cases.

2023-05-30 Thread Akhil Goyal
> This patchset removes obsolete test cases for RSA, MOD EXP, MOD INV. > Doing that, new way of handling ut_setup and ut_teardown was proposed. > Now both behave like constructor/desctuctor to the unit tests. > It frees particular alghorithm functions from any kind of responsibility to > free > re

[PATCH v2 0/4] Replace obsolote test cases.

2023-05-28 Thread Arek Kusztal
This patchset removes obsolete test cases for RSA, MOD EXP, MOD INV. Doing that, new way of handling ut_setup and ut_teardown was proposed. Now both behave like constructor/desctuctor to the unit tests. It frees particular alghorithm functions from any kind of responsibility to free resources. The