Automated testing tool for algorithms from JavaCard API supported by particular smart card. Performance testing of almost all available methods. The results for more than 100+ cards.
The HMAC key lengths LENGTH_HMAC_SHA_384_BLOCK_64 and LENGTH_HMAC_SHA_512_BLOCK_64 are not defined in the Java Card API but LENGTH_HMAC_SHA_384_BLOCK_128 and LENGTH_HMAC_SHA_512_BLOCK_128 are. The block size is incorrect.
The following HMAC key lengths are present in AlgTestJClient test results (list all supported JC API algorithms):
The HMAC key lengths
LENGTH_HMAC_SHA_384_BLOCK_64
andLENGTH_HMAC_SHA_512_BLOCK_64
are not defined in the Java Card API butLENGTH_HMAC_SHA_384_BLOCK_128
andLENGTH_HMAC_SHA_512_BLOCK_128
are. The block size is incorrect.