bitwiseshiftleft / sjcl

Stanford Javascript Crypto Library
http://bitwiseshiftleft.github.com/sjcl/
Other
7.18k stars 987 forks source link

Added all 24 CCM test vectors from RFC 3610 #368

Closed asorini closed 5 years ago

asorini commented 6 years ago

Added the published test vectors from RFC 3610 for AES-CCM since the current CCM test vectors are commented as being of unknown origin. The browserTests.html CCM tests pass for all these vectors now as well.