Beware of char and its traps
Recently I was involved in testing of the API, which was working since years already, but required some refactoring for future use-cases. The API is used in the automotive ECU, powered by ARM processors. Nothing really special or difficult, but… The API was using a data and its SHA-256 digest, both represented by std::string. Such […]