Page 1 of 1

[M4521] ECC Certification

Posted: 08 Aug 2022, 13:50
by chhsieh3
  • Application: This example code realizes Elliptic Curve Cryptography (ECC) encryption and decryption by software on the M4521 series microcontroller (MCU) by Mbed TLS library.
  • BSP Version: M4521_BSP_CMSIS_V3.00.003
  • Hardware: NuTiny-SDK-M4521S
Mbed TLS is an available SSL (Secure Sockets Layer) library as open-source under the Apache 2.0 license or the GPL 2.0 license, containing a wealth of encryption and decryption functions that can be used for secure communication to avoid data eavesdropping.

This example code performs Elliptic Curve Cryptography (ECC) encryption and decryption operation with pure software by Mbed TLS library, alleviating the problem that some evaluation boards cannot implement encryption and decryption functions in hardware.

You can download the sample code at https://www.nuvoton.com/resource-downlo ... 0409430768