-
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
-
微软的新的.NET平台为开发者带来了许多新的诸如GDI+、Globalization之类的编程机制,同时还发明了一门全新的类似Java的编程语言-C++。对于这...
微软的新的.NET平台为开发者带来了许多新的诸如GDI+、Globalization之类的编程机制,同时还发明了一门全新的类似Java的编程语言-C++。对于这些新知识,我们应尽快了解、掌握并试图运用到实践项目中去,而通过实例学习的方法无疑是一个非常有效的途径。本文就通过一个简单的实例,向大家展示了在Visual C#中如何运用GDI+和Unsafe代码类等技术以实现简单的数字图像处理。 -Microsoft"s new.NET platform for developers to bring as many new GDI, Globalization like programming mechanism, and also invented a new Java-like programming language-C++. These new knowledge, we should understand, grasp and tried to apply it in practice projects, and through the example of learning is a very effective way. This paper through a simple example to illustrate the Visual C# and how to use GDI Unsafe code for such technology to achieve simple digital image processing.
- 2022-09-07 07:10:02下载
- 积分:1
-
对手写数字进行分类并识别
应用模板匹配算法进行分类。
应用Bayes算法进行分类。
应用线性函数算法进行分类。
线性算法进行分类。
应用神经...
对手写数字进行分类并识别
应用模板匹配算法进行分类。
应用Bayes算法进行分类。
应用线性函数算法进行分类。
线性算法进行分类。
应用神经网络算法进行分类。-right handwritten figures for the identification and classification of application template matching algorithm for classification. Application of Bayesian classification algorithm. Application of linear function classification algorithm. Linear classification algorithm. Application of neural network algorithm for classification.
- 2022-07-15 01:17:35下载
- 积分:1
-
图片编码源代码【将Jpeg图片解码并编码为BMP格式】
读入JPEG格式的图像通过代码解码,转换成BMP格式的图像, 并自动保存。下图为程序的代码流程图,即图像解码、编码原理。
- 2022-01-28 16:42:55下载
- 积分:1
-
CT基本算法
简单的演示了CT的基本算法和实现,有图示和源码,标准的C++代码,可用于学习CT的基本知识。
- 2023-01-26 23:45:03下载
- 积分:1
-
视频监控程序,用于静态背景下目标识别监控和跟踪
视频监控程序,用于静态背景下目标识别监控和跟踪-Video surveillance program for monitoring the static context of target recognition and tracking
- 2022-02-14 02:26:14下载
- 积分:1
-
本压缩文件是关于visual c++图象处理的一些源程序实例,对这方面的学习者大有补益...
本压缩文件是关于visual c++图象处理的一些源程序实例,对这方面的学习者大有补益-the compressed files on the visual image c some of the source code examples, Learners in this area of great importance
- 2022-03-22 11:34:21下载
- 积分:1
-
图像质量和视频传输标准
图像质量与视频传输标准-image quality and video transmission standards
- 2023-02-14 04:50:03下载
- 积分:1
-
terrain height querry, which is represented by triangle mesh
terrain height querry, which is represented by triangle mesh
- 2022-02-20 03:49:23下载
- 积分:1
-
将264文件的二进制码转换成文本文件,以便于264文件的调试显示。...
将264文件的二进制码转换成文本文件,以便于264文件的调试显示。-264 files will be converted into binary code a text file in order to debug 264 documents show.
- 2022-03-16 17:34:46下载
- 积分:1