-
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
-
TRZ_BMP数字图象处理,打开一个BMP图像,进行简单的处理。
TRZ_BMP数字图象处理,打开一个BMP图像,进行简单的处理。-TRZ_BMP digital image processing, to open a BMP image, a simple processing.
- 2022-03-28 18:51:22下载
- 积分:1
-
用C写的,类似于windos启动时背景颜色变化的程序,实现淡入淡出的效果,纯属好玩。勉强算到图形类吧。...
用C写的,类似于windos启动时背景颜色变化的程序,实现淡入淡出的效果,纯属好玩。勉强算到图形类吧。-written in C, similar to the commencement windos background color changes in the procedures, Fade out of achieving the effect is purely fun. Barely count it to the graphics category.
- 2022-07-02 05:05:12下载
- 积分:1
-
DOS下的察看PCX图像格式的程序
DOS下的察看PCX图像格式的程序-DOS observes the PCX picture form the procedure
- 2022-03-05 15:26:33下载
- 积分:1
-
学习VC也没多久,将我做的这个小工具和大家分享一下。其主要功能就是可以自定义生成公章图形并保存为bmp图片,希望对大家有点用。具体实现的方法如下:
步...
学习VC也没多久,将我做的这个小工具和大家分享一下。其主要功能就是可以自定义生成公章图形并保存为bmp图片,希望对大家有点用。具体实现的方法如下:
步骤一:生成对话框工程,并加入相应的控件,图片的显示使用Picture控件;
步骤二:定义生成图形所需要的参数;
步骤三:通过参数定义,生成对应的Bitmap,再在Picture控件中显示该位图,具体实 现参看源程序。
步骤四:将生成的Bitmap保存为位图文件。
-VC did not learn how long I will do this small tools and share with you. Its main function is to be generated from the definition graphics and seals for the preservation bmp picture, and I hope to use you a bit. The specific methods to achieve the following : Step 1 : Generation dialog, and add the corresponding controls, the pictures showed a picture control; Step 2 : definition graphics generated by the parameters; Step 3 : through the definition of parameters, generate the corresponding Bitmap, and the Picture Control showed the bitmap, See achieve specific source. Step 4 : Generation to preserve the Bitmap bitmap file.
- 2023-04-09 06:30:03下载
- 积分:1
-
自己写的用DeCasteljau算法实现的Bezier曲面。
自己写的用DeCasteljau算法实现的Bezier曲面。-Using the Decastljau arithmetic to realize the Bezier surface
- 2022-07-11 19:51:16下载
- 积分:1
-
模糊C均值聚类的图像分类,这是matlab代码。
C均值模糊聚类,适用于图像分类,此为MATLAB 程序代码。-C mean fuzzy clustering for image classification, this is MATLAB code.
- 2022-03-23 00:25:10下载
- 积分:1
-
video files from a data to be used to address the video is a data operation to g...
从视频文件中得到一帧数据,用于处理 是一个对视频数据操作的必经过程-video files from a data to be used to address the video is a data operation to go through the process
- 2022-03-22 18:25:11下载
- 积分:1
-
windows foundation
这是一本基于windows的游戏编程书籍,其中对directx进行了相关的介绍,以及游戏中的一些方式-windows foundation
- 2022-04-30 08:58:31下载
- 积分:1
-
包含了一些图形处理模块,比如三角函数计算,Png图形处理
包含了一些图形处理模块,比如三角函数计算,Png图形处理-contains some graphic processing modules, such as trigonometry, Png graphic processing
- 2022-05-28 04:12:50下载
- 积分:1