1、功能说明
    1、加密算法库API使用示例
    2、demo展示了SHA、DES、AES、SM4、RNG的算法调用流程

2、使用环境

    软件开发环境：KEIL MDK-ARM V5.34
                  IAR EWARM 8.50.1 
    芯片支持：
        N32H730  
        N32H735   
        N32H735EC
        N32H760
        N32H762
        N32H765
        N32H765EC
        N32H785
        N32H785EC
        N32H787
        
3、使用说明

    系统配置
        1、时钟源：HSI+PLL
        2、系统时钟频率：
            600MHz
        3、串口配置：
            - 串口为USART1（TX：PA9  RX：PA10）:
            - 数据位：8
            - 停止位：1
            - 奇偶校验：无
            - 波特率： 115200

    使用方法：
        1、在KEIL下编译后烧录到开发板，通电
        2、通过串口输出运行信息，运行成功，打印出相应算法测试成功，否则，打印出相应算法测试失败。

4、注意事项
    无
    
1. Function description

    1. Encryption algorithm library API usage example
    2. The demo shows the algorithm calling process of SHA, DES, AES, SM4, and RNG.

2. Development environment

    Software development environment: KEIL MDK-ARM V5.34
                                      IAR EWARM 8.50.1 
     Supported chips:
        N32H730  
        N32H735   
        N32H735EC
        N32H760
        N32H762
        N32H765
        N32H765EC
        N32H785
        N32H785EC
        N32H787

3. How to use

    System Configuration:
        1. Clock source: HSI+PLL
        2. System Clock frequency: 
            600MHz
        3. Serial port configuration:
         - Serial port: USART1 (TX: PA9 RX: PA10) :
         - Data bit: 8
         - Stop bit: 1
         - Parity check: None
         - Baud rate: 115200

     Instructions:
        1. Compile under KEIL and burn to the development board, then power on
         2. Output running information through serial port,If the operation is successful, print out the corresponding algorithm test. Otherwise, print out the corresponding algorithm test failure.

4. Attention
    None

