intel / tinycrypt

tinycrypt is a library of cryptographic algorithms with a focus on small, simple implementation.
Other
446 stars 156 forks source link

Remove incorrect length check in tc_ccm_decryption_verification. #23

Closed malsbat closed 7 years ago

malsbat commented 7 years ago

Signed-off-by: Todd Malsbary todd.malsbary@intel.com

hackermnementh commented 7 years ago

Thanks for catching that regression! I'll write a unit test so this doesn't happen again.