登录
首页 » 算法 » aes算法c(c++)_支持128、192和256位密钥

aes算法c(c++)_支持128、192和256位密钥

于 2022-08-11 发布 文件大小:3.18 kB
0 212
下载积分: 2 下载次数: 1

代码说明:

AES.h #pragma once class AES { public: typedef enum ENUM_KeySize_ { BIT128 = 0, BIT192, BIT256 }ENUM_KEYSIZE; public: AES( ENUM_KEYSIZE keysize, BYTE *key ); 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 流体计中压力与速度耦合求解的。 是目前比较常用的方之一。...
    流体计算中压力与速度耦合求解的算法。 是目前比较常用的方法之一。-Calculation of fluid pressure and velocity coupling solution algorithms. Is more commonly used methods.
    2022-06-21 10:58:57下载
    积分:1
  • CalibCamera with cnoners具有脚点提取的摄像机标定程序
    资源描述 利用摄像机所拍摄到的图像来还原空间中的物体。假设摄像机所拍摄到的图像与三维空间中的物体之间存在以下一种简单的线性关系:[像]=M[物],这里,矩阵M可以看成是摄像机成像的几何模型。 M中的参数就是摄像机参数。通常,这些参数是要通过实验与计算来得到的。这个求解参数的过程就称为摄像机标定。 在这个程序里,有测试图片,编写了基于OpenCV角点提取的摄像机标定程序,绝对好用!
    2022-12-17 19:40:04下载
    积分:1
  • 数据结构--C语言-Demo
    #ifndef _BINARY_TREE_H_INCLUDED#define _BINARY_TREE_H_INCLUDED#include #include templatestruct Bintree_node {T element;Bintree_node* lchild;Bintree_node* rchild;explicit Bintree_node(const T& elem=T(), Bintree_node* lchd=0, Bintree_node* rchd=0): element(elem), lchild(lchd), rchild(rchd) {}};templateclass Binary_tree {public:typedef Bintree_node* PBtn;Binary_tree();virtual ~Binary_tree();void clear();int depth() const;int size() const;virtual PBtn find(const T& elem) const=0;virtual void insert(const T& elem)=0;virtual void erase(const T& elem)=0;virtual void print(std::ostream& output) const=0;void print_tree(std::ostream& output) const;protected:
    2022-01-29 04:39:50下载
    积分:1
  • stable matching
    简单的稳定匹配算法实现,无bug Implement Gale-Shapley algorithm of the Stable Matching Problem in your favorite language, and give the matching result of attached ranking data (boys rankings.txt and girls rankings.txt), supposing that the ranking is sorted from high to low. (C++ source file gs make ranking.cc which generates the data is also supplied here.)  
    2023-02-04 07:15:03下载
    积分:1
  • ACM Collegiate Programming Contest in Guangdong Province tournament title game i...
    ACM大学生程序设计竞赛广东省赛2005年赛题-ACM Collegiate Programming Contest in Guangdong Province tournament title game in 2005
    2023-04-04 09:25:03下载
    积分:1
  • 实现一个超过了计机所表示范围的长整数的加减
    实现一个超过了计算机所表示范围的长整数的加减法-achieve an over by the computer, said the scope of the long integer addition and subtraction
    2023-04-11 17:05:03下载
    积分:1
  • 飞船相对测站的位置矢量单位矢量在赤道坐标系中的三个分量...
    计算飞船相对测站的位置矢量单位矢量在赤道坐标系中的三个分量-Calculation of the spacecraft relative position vector of the station unit vector in the equatorial coordinate system of the three subscales
    2022-01-31 04:12:03下载
    积分:1
  • 数据回归性分析
    个人原创的数据回归性分析的fortran,编程无误使用方便,可以根据自己实际情况进行适当修改
    2022-04-23 20:38:18下载
    积分:1
  • 本程序是例子滤波的一个仿真程序,实现非线性非高斯的例子滤波及预测功能...
    本程序是例子滤波的一个仿真程序,实现非线性非高斯的例子滤波及预测功能-This program is an example of a simulation program filtering to achieve an example of nonlinear non-Gaussian filtering and prediction
    2023-05-29 05:00:03下载
    积分:1
  • 蚁群聚类在vc中的实现
    蚁群算法运用在聚类中,并且用C语言实现,并且会有界面展示蚁群聚类的过程。简单形象易懂
    2022-01-26 07:59:39下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载