製品概要
概要
The legacy STM32 cryptographic library package (X-CUBE-CRYPTO-V3) includes all the major security algorithms for encryption, hashing, message authentication, and digital signing, enabling developers to satisfy application requirements for any combination of data integrity, confidentiality, identification/authentication, and non-repudiation.
The legacy STM32 cryptographic library package (X-CUBE-CRYPTO-V3) is not maintained. Refer to the STM32 cryptographic library package (X-CUBE-CRYPTOLIB) for an up-to-date version of the package, supporting all STM32 microcontroller series.
The library includes firmware functions for STM32F0 Series, STM32F1 Series, STM32F2 Series, STM32F3 Series, STM32F4 Series, STM32F7 Series, STM32G0 Series, STM32G4 Series, STM32H7 Series, STM32L0 Series, STM32L1 Series, STM32L4 Series, STM32L4+ Series, STM32L5 Series, STM32WB Series and STM32WL Series. For more details, refer to the Legacy STM32 cryptographic library user manual (UM1924) on the www.st.com website.
This firmware is classified ECCN 5D002.
Most of the well-used algorithms are certified according to the US cryptographic algorithm validation program (CAVP), helping customers to prove quickly and cost-effectively the security of their new products.
The certified algorithms are: AES (3971), RSA (2036), ECDSA (874), SHS (3275), DRBG (1165) and HMAC (2589). Full details are available online at the NIST CSRC algorithm validation lists website, selecting the CAVP web page.
In this package there are examples for each algorithm for popular development tools including IAR Systems® EWARM (IAR Embedded Workbench®), Keil® MDK-ARM, and GCC-based IDEs such as Ac6 SW4STM32 and STMicroelectronics STM32CubeIDE.
To benefit from STM32 cryptographic accelerators, refer to STM32Cube MCU and MPU package hardware abstraction layer (HAL) functions and examples.
-
特徴
- Supported NIST CAVP certified cryptographic algorithms:
- AES-128, AES-192, AES-256 bits:
ECB (electronic codebook mode) CBC (cipher-block chaining) with support for cipher text stealing CTR (counter mode) CFB (cipher feedback) OFB (output feedback) CCM (counter with CBC-MAC) GCM (Galois counter mode) CMAC KEY WRAP XTS (XEX-based tweaked-codebook mode with cipher-text stealing) - HASH functions with HMAC support:
SHA-1, SHA-224, SHA-256, SHA-384, SHA-512 - Random engine based on DRBG-AES-128
- RSA with PKCS#1v1.5:
Encryption/decryption Signature ECC (elliptic curve cryptography):Key generation Scalar multiplication (the base for ECDH) ECDSA
- AES-128, AES-192, AES-256 bits:
- Supported, but not certified, cryptographic algorithms included in the library:
- ARC4
- DES, TripleDES:
ECB (electronic codebook mode) CBC (cipher-block chaining) - HASH:
MD5 HKDF-SHA-512 - ChaCha20
- Poly1305
- CHaCHA20-POLY1305
- Curve25519
- ED25519
- Supported NIST CAVP certified cryptographic algorithms: