v2.0.0 05/22/2021
- Update the interface to not use strlen() for lengths but expect them to be passed in. This reduces the likelihood of this library being exploited by a long string. - Add the cjwt_printf() function to the interface. - Remove the alg mapping function that was mistakenly provided in the 1.x.x API. - Add a few worked examples.