-
STM32 Cryptographic Library
STM32 Cryptographic Library
Introduction
This manual describes the API of the STM32 cryptographic library (STM32-CRYP-LIB) that
supports the following cryptographic algorithms:
AES-128, AES-192, AES-256 bits. Supported modes are:
– ECB (Electronic Codebook Mode)
– CBC (Cipher-Block Chaining) with support for ciphertext stealing
– CTR (CounTer Mode)
– CCM (Counter with CBC-MAC)
– GCM (Galois Counter Mode)
– CMAC
– KEY WRAP
ARC4
DES, TripleDES. Supported modes are:
– ECB (Electronic Codebook Mode)
– CBC (Cipher-Block Chaining)
HASH functions with HMAC support:
– MD5
– SHA-1
– SHA-224
– SHA-256
Random engine based on DRBG-AES-128
RSA signature functions with PKCS#1v1.5
ECC (Elliptic Curve Cryptography):
– Key generation
– Scalar multiplication (the base for ECDH)
– ECDSA
These cryptographic algorithms can run in the series STM32F1, STM32 L1, STM32F2,
STM32F4, STM32F0 and STM32F3 with hardware enhancement accelerators.
- 2022-07-21 14:38:08下载
- 积分:1
-
本文档中的程序,实现图形的真实感图形,计算机…
本文档内的程序实现了图形真实感图形学,对进行计算机图形三位操作具有借鉴意义-The procedures in this document to achieve realistic graphics graphics, computer graphics, three pairs to be learned by operation of
- 2022-02-13 12:31:11下载
- 积分:1
-
主要为表现listbox的基本和高级用法,实现一些比较漂亮的界面功能...
主要为表现listbox的基本和高级用法,实现一些比较漂亮的界面功能-performance of the main listbox the basic and advanced usage, some of the more beautiful realization of the interface function
- 2023-04-10 17:05:03下载
- 积分:1
-
一种OpenGL中3D Studio模型的读取与控制方法
一种OpenGL中3D Studio模型的读取与控制方法-A kind of OpenGL in the 3D Studio model to read and control methods
- 2022-02-02 23:37:56下载
- 积分:1
-
程序由vc语言编写,功能是:显示vc图形方式的时钟
程序由vc语言编写,功能是:显示vc图形方式的时钟-Vc language procedures, functions are: vc graphical display clock
- 2022-02-01 03:53:51下载
- 积分:1
-
用matlab编写得snake算法程序,可用于图像分割和边缘检测
用matlab编写得snake算法程序,可用于图像分割和边缘检测-Using matlab to prepare a snake algorithm procedure can be used for image segmentation and edge detection
- 2022-08-06 00:35:59下载
- 积分:1
-
它展示了中华民国的阴谋
it shows the ROC plot
- 2022-03-26 12:26:16下载
- 积分:1
-
画图工具L c R G NONE End Enum Dim graph As Graphic Private Type Lnode’定义一个节点类型来 保存每个...
画图工具L c R G NONE End Enum Dim graph As Graphic Private Type Lnode’定义一个节点类型来 保存每个图形的信息 Sx As Single Sy As Single Tx As Single Ty As Single Bch As Graphic Color As Long End Type 画图:直线,圆跟矩形都用Line方法来实现,封装在Public Sub-drawing tools c R L G NONE End Enum Dim graph As Graphic Private Type Lnode "definition of a node to preserve each type of graphical information Sx As Sy As Single Single Single Tx As Ty As Single Bch As Long As Graphic Color End Type Painting : linear , round rectangle with both methods to achieve Line, the Public Sub Packaging
- 2023-03-29 15:00:02下载
- 积分:1
-
人脸检测源码,有多种处理函数,已通过VS6.0
人脸检测源码,有多种处理函数,已通过VS6.0-Face detection source, has a wide range of treatment functions, has passed VS6.0
- 2022-06-13 16:19:53下载
- 积分:1
-
老外写的GPU加速的raycasting算法,硬件加速算法用CG编写。对学习硬件加速的体绘制算法很有用...
老外写的GPU加速的raycasting算法,硬件加速算法用CG编写。对学习硬件加速的体绘制算法很有用-Written by foreigners GPU-accelerated raycasting algorithms, hardware-accelerated CG algorithm used to prepare. Learning hardware-accelerated volume rendering algorithm is useful
- 2022-11-02 13:45:03下载
- 积分:1