代码搜索:Cipher

找到约 3,792 项符合「Cipher」的源代码

代码结果 3,792
www.eeworm.com/read/371177/9563424

cpp rng.cpp

// rng.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #include "rng.h" #include #include NAMESPACE_BEGIN(CryptoPP) // linear congruential gen
www.eeworm.com/read/362791/9980540

h sapphire.h

#ifndef CRYPTOPP_SAPPHIRE_H #define CRYPTOPP_SAPPHIRE_H #include "cryptlib.h" #include "misc.h" NAMESPACE_BEGIN(CryptoPP) class SapphireBase { public: enum {KEYLENGTH=16}; // default
www.eeworm.com/read/362791/9980703

cpp rng.cpp

// rng.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #include "rng.h" #include #include NAMESPACE_BEGIN(CryptoPP) // linear congruential gen
www.eeworm.com/read/360615/10084665

cpp rng.cpp

// rng.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #include "rng.h" #include "fips140.h" #include #include NAMESPACE_BEGIN(CryptoPP) //
www.eeworm.com/read/360615/10084875

h osrng.h

#ifndef CRYPTOPP_OSRNG_H #define CRYPTOPP_OSRNG_H #include "config.h" #ifdef OS_RNG_AVAILABLE #include "randpool.h" #include "rng.h" #include "aes.h" #include "sha.h" #include "fips140.h
www.eeworm.com/read/164812/10086873

c aestime.c

/* * aestime - time how long computations take on AES algorithm * for cipher init, encrypt 1Mb, decrypt 1Mb, set 1000 key pairs * * Customise the ALG name and include file below and lin
www.eeworm.com/read/359577/10135923

cpp rng.cpp

// rng.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #include "rng.h" #include #include NAMESPACE_BEGIN(CryptoPP) // linear congruential g
www.eeworm.com/read/163604/10152828

txt readme.txt

包含的文件有: 可执行文件:des.exe, 雪崩效应分析文件, 程序文件 :desDlg.cpp 和 des1.h 实现的函数有 CBC(), cipher(), makesubkey(), F(), decipher(), 样本文件:m.txt(明文文件) c.txt(生成的密文文件) k.txt(密钥文件) a.txt(解密的明文文件), 文本文
www.eeworm.com/read/355851/10243305

c task4.c

#include "avr_compiler.h" #include "AES_driver.h" #define BLOCK_LENGTH 16 #define BLOCK_COUNT 3 /* AES encryption key */ uint8_t key[BLOCK_LENGTH] = {0x94, 0x74, 0xB8, 0xE8, 0xC7, 0x3B, 0x
www.eeworm.com/read/355392/10269636

h sapphire.h

#ifndef CRYPTOPP_SAPPHIRE_H #define CRYPTOPP_SAPPHIRE_H #include "cryptlib.h" #include "misc.h" NAMESPACE_BEGIN(CryptoPP) class SapphireBase { public: enum {KEYLENGTH=16}; // default