代码搜索:cryptlib
找到约 3,723 项符合「cryptlib」的源代码
代码结果 3,723
www.eeworm.com/read/472264/6874563
h rc4.h
#ifndef RC4_H
#define RC4_H
#include "cryptlib.h"
#include "misc.h"
class RC4 : public RandomNumberGenerator,
public StreamCipher
{
public:
enum {KEYLENGTH=16}; // default key le
www.eeworm.com/read/472264/6874600
h diamond.h
#ifndef CRYPTOPP_DIAMOND_H
#define CRYPTOPP_DIAMOND_H
#include "cryptlib.h"
#include "misc.h"
#include "crc.h"
NAMESPACE_BEGIN(CryptoPP)
class Diamond2Base : public BlockTransform
www.eeworm.com/read/472264/6874601
h crc.h
#ifndef CRYPTOPP_CRC32_H
#define CRYPTOPP_CRC32_H
#include "cryptlib.h"
NAMESPACE_BEGIN(CryptoPP)
/* Must use this value instead of ~0 due to 64-bit computers */
const unsigned long
www.eeworm.com/read/472264/6874623
h rsarefcl.h
#ifndef RSAREFCL_H
#define RSAREFCL_H
#include "cryptlib.h"
#ifdef USE_RSAREF
#ifdef USE_BIGNUM_WITH_RSAREF
#include "bignum.h"
#endif
#include "misc.h"
extern "C" {
#inclu
www.eeworm.com/read/368183/9707428
h hmac.h
// hmac.h - written and placed in the public domain by Wei Dai
#ifndef CRYPTOPP_HMAC_H
#define CRYPTOPP_HMAC_H
#include "cryptlib.h"
#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)
// HMAC(K
www.eeworm.com/read/368183/9707432
h zdeflate.h
#ifndef CRYPTOPP_ZDEFLATE_H
#define CRYPTOPP_ZDEFLATE_H
#include "cryptlib.h"
#include "misc.h"
#include "filters.h"
#include "ztrees.h"
NAMESPACE_BEGIN(CryptoPP)
class Deflator : public
www.eeworm.com/read/368183/9707451
h modarith.h
#ifndef CRYPTOPP_MODARITH_H
#define CRYPTOPP_MODARITH_H
// implementations are in integer.cpp
#include "cryptlib.h"
#include "misc.h"
#include "integer.h"
#include "algebra.h"
NAMESPACE_B
www.eeworm.com/read/368183/9707541
h diamond.h
#ifndef CRYPTOPP_DIAMOND_H
#define CRYPTOPP_DIAMOND_H
#include "cryptlib.h"
#include "misc.h"
#include "crc.h"
NAMESPACE_BEGIN(CryptoPP)
class Diamond2Base : public BlockTransformation
{
www.eeworm.com/read/368183/9707592
h asn.h
#ifndef CRYPTOPP_ASN_H
#define CRYPTOPP_ASN_H
#include "cryptlib.h"
#include "queue.h"
NAMESPACE_BEGIN(CryptoPP)
// NOTE: these tags and flags are NOT COMPLETE!
enum ASNTag {INTEGER=0x02,
www.eeworm.com/read/368183/9707704
h mdc.h
// mdc.h - written and placed in the public domain by Wei Dai
#ifndef CRYPTOPP_MDC_H
#define CRYPTOPP_MDC_H
#include "cryptlib.h"
#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)
template