mirror of
https://github.com/google/bumble.git
synced 2026-04-16 00:25:31 +00:00
It seems sample input data provided in the spec is big-endian (just like other AES-CMAC-based functions), but all keys are in little-endian( HCI standard), so they need to be reverse before and after applying AES-CMAC.