You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Several platforms provide the AES-128 block cipher as a HW feature, but the modes of operation need to be implemented in software. Current TinyCrypt and the newly introduced crypto API do not cover such a use case. It should be possible to utilize a HW-based block cipher without having to write the mode of operation implementation manually every time it's needed. For the Bluetooth use cases the most important modes are CMAC and CCM.
(Imported from Jira ZEP-1837)
The text was updated successfully, but these errors were encountered:
Reported by Johan Hedberg:
Several platforms provide the AES-128 block cipher as a HW feature, but the modes of operation need to be implemented in software. Current TinyCrypt and the newly introduced crypto API do not cover such a use case. It should be possible to utilize a HW-based block cipher without having to write the mode of operation implementation manually every time it's needed. For the Bluetooth use cases the most important modes are CMAC and CCM.
(Imported from Jira ZEP-1837)
The text was updated successfully, but these errors were encountered: