Prerequisites
Description
If you call ccm_process with ptlen > 256 it loops for ever at this line https://github.com/libtom/libtomcrypt/blob/develop/src/encauth/ccm/ccm_process.c#L49 because y is just unsigned char and should be unsigned long
PR later
Version
latest develop