代码搜索:Decrypt
找到约 1,475 项符合「Decrypt」的源代码
代码结果 1,475
www.eeworm.com/read/232808/14180959
cpp des.cpp
#include
#include
enum{encrypt,decrypt}; //encrypt:加密,decrypt:解密
void des_run(char out[8],char[8],bool type=encrypt);
void des_setkey(const char key[8]); //设
www.eeworm.com/read/431534/8668730
v sms4_top.v
module SMS4_Top(
clk ,
rst_n ,
SMS4_sw_rst ,
SMS4_DataIn ,
SMS4_load_key
www.eeworm.com/read/393091/8312844
h des.h
#ifndef _DES_
#define _DES_
#include "memory.h"
#include "stdio.h"
enum {ENCRYPT,DECRYPT};// ENCRYPT:加密,DECRYPT:解密
void Des_Run(char Out[8], char In[8], bool Type=ENCRYPT);
// 设置密钥
void Des
www.eeworm.com/read/431040/8712020
txt 3des_log.txt
**************************************
* Starting DES Test ... *
**************************************
Running Decrypt test ...
des_exp: 8000000000000000, des_out: 800000000000