Hi, @lukaszadrapa
I'm using
HseResponse = HashDataDefSrv(HSE_HASH_ALGO_SHA2_256,(uint32_t) sizeof(test), test, &image_hash_length, image_hash, HSE_SGT_OPTION_NONE);
function for calculating the HASH of an image stored as const uint_8 [], and I'm getting returned with Parameter Invalid. So I decided to test the hash on a smaller array, but with a similar issue.
Please help in resolving this issue!
Additionally, I found a glitch when using HSE with RTD 3.0.0, which is:-
When I run my code without any breakpoint, my HSE API are always responding NOT_OK(not ok means anything besides the HSE_OK or HSE_SUCCESS), but when I manually jump over these API, I get HSE_SUCCESS