Resolved! How to use cmox_aead_decrypt function with addData pointer = null and tag size = 0
Hi @Jocelyn RICARD, My team developed Android app with following code to encrypt the message then send it to STM32WB55 device via BLE : ... SecretKeySpec secretKeySpec = new SecretKeySpec(secretKey, "AES"); IvParameterSpec parameterSpec = new IvParam...