|
a677e686
|
2023-04-06T20:37:41
|
|
test: Add a new test_eq() helper function
|
|
e50a6db8
|
2021-02-19T23:58:37
|
|
test: Fix pointer type sign mismatch in DEF_TEST_DIGEST() macro
Warned-by: gcc
|
|
b7d06e0d
|
2021-02-19T23:56:07
|
|
Fix signedness type mismatch comparisons
Change the variable type or use a cast.
Warned-by: gcc
|
|
52ee5476
|
2021-02-19T07:13:51
|
|
Declare local functions as static
Warned-by: gcc
|
|
cf9ac150
|
2018-10-06T04:33:02
|
|
test: Refactor and extend message digest testing
Generate the base test function with a maro, because all of them follow
the same pattern. And extend it by covering more of the API.
|