代码搜索:Encryption
找到约 4,642 项符合「Encryption」的源代码
代码结果 4,642
www.eeworm.com/read/128841/14276885
h rc6.h
#ifndef CRYPTOPP_RC6_H
#define CRYPTOPP_RC6_H
/** \file
*/
#include "seckey.h"
#include "secblock.h"
NAMESPACE_BEGIN(CryptoPP)
//! _
struct RC6_Info : public FixedBlockSize, public
www.eeworm.com/read/128841/14277320
txt rsa_oaep.txt
AlgorithmType: AsymmetricCipher
Name: RSA/OAEP-MGF1(SHA-1)
Source: http://www.rsasecurity.com/rsalabs/pkcs/pkcs-1/, PKCS #1 test vectors
KeyFormat: Component
Comment: Example 1: A 1024-bit RSA Key
www.eeworm.com/read/128841/14277450
cpp bench.cpp
// bench.cpp - written and placed in the public domain by Wei Dai
#include "bench.h"
#include "crc.h"
#include "adler32.h"
#include "md2.h"
#include "md5.h"
#include "md5mac.h"
#include "sha.
www.eeworm.com/read/128841/14277495
h rc5.h
#ifndef CRYPTOPP_RC5_H
#define CRYPTOPP_RC5_H
/** \file
*/
#include "seckey.h"
#include "secblock.h"
NAMESPACE_BEGIN(CryptoPP)
//! _
struct RC5_Info : public FixedBlockSize, public
www.eeworm.com/read/229983/14309706
readme
************************************************************************
A compact 8bit AES encryption core
************************************************************************
Contact: Timo
www.eeworm.com/read/229983/14309722
vhd aes_tb.vhd
-------------------------------------------------------------------------------
-- Title : A compact 8bit AES encryption core
-------------------------------------------------------------------
www.eeworm.com/read/226200/14489495
h rc6.h
#ifndef CRYPTOPP_RC6_H
#define CRYPTOPP_RC6_H
/** \file
*/
#include "seckey.h"
#include "secblock.h"
NAMESPACE_BEGIN(CryptoPP)
//! _
struct RC6_Info : public FixedBlockSize, public
www.eeworm.com/read/226200/14490056
txt rsa_oaep.txt
AlgorithmType: AsymmetricCipher
Name: RSA/OAEP-MGF1(SHA-1)
Source: http://www.rsasecurity.com/rsalabs/pkcs/pkcs-1/, PKCS #1 test vectors
KeyFormat: Component
Comment: Example 1: A 1024-bit RSA Key
www.eeworm.com/read/226200/14490156
h rc2.h
#ifndef CRYPTOPP_RC2_H
#define CRYPTOPP_RC2_H
/** \file
*/
#include "seckey.h"
#include "secblock.h"
#include "algparam.h"
NAMESPACE_BEGIN(CryptoPP)
//! _
struct RC2_Info : public Fix
www.eeworm.com/read/226200/14490166
cpp bench.cpp
// bench.cpp - written and placed in the public domain by Wei Dai
#define _CRT_SECURE_NO_DEPRECATE
#include "bench.h"
#include "crc.h"
#include "adler32.h"
#include "idea.h"
#include "des.h"