1/*!
2@page middleware_log Middleware Change Log
3
4@section mmcau MMCAU library
5  The current version is 2.0.4.
6
7  - 2.0.4
8    - Bug fixes:
9      - Fixed issue while multiple SHA blocks passed in HASH API.
10
11  - 2.0.3
12    - Bug fixes:
13      - Fixed MISRA issues in fsl_mmcau.c .
14
15  - 2.0.2
16    - Bug fixes:
17      - Re-writing ASM MMCAU lib to be interrupt safe on Cortex-M0+ core by expanding LDM/STM instructions by a sequence of LDR and STR instructions.
18
19  - 2.0.1
20    - Bug fixes:
21      - KPSDK-17133 fix bug in fsl_mmcau.c when AES key schedule array is not aligned.
22
23  - 2.0.0
24    - New features:
25      - Q4/2013 release of the CAU library.
26      - Added fsl_mmcau.h/fsl_mmcau.c optional layer between application and legacy CAU library (cau_api.h).
27        This API has no alignment requirements.
28
29*/
30