Mbed-TLS size_t

Thanks Ron for the quick confirmation. I actually, compiled and got it working on a 16 bit CPU (just the signature validation and it works!!!) But I see that there is lot of memory leakage after calling mbedtls_ecdsa_read_signature(…). My observation could be wrong. But when I look at heap there are lots of allocated memory that is not freed. (FYI)

Mukunda