Topic: [SOLVED] CCM star(CCM*) library?
I'm trying to implement the 802.15.4 security which uses the CCM* mode for encryption/authentication.
(802.15.4-2011 Annex B (normative) CCM* mode of operation)
(I also attached the document from 802.15 web site)
So far, I was only able to find just the CCM encryption/decryption function in the wolfSSL library.
(wc_AesCcmEncrypt, wc_AesCcmDecrypt)
But as I understand, these functions only support CCM, not CCM*.
Is there such a function that can support the CCM* security operations in the wolfSSL library?